|
@@ -20,7 +20,7 @@ package("spirv-reflect")
|
|
|
|
|
|
add_deps("spirv-headers")
|
|
|
|
|
|
- on_install("windows", "linux", "macosx", "mingw", function (package)
|
|
|
+ on_install("windows", "linux", "macosx", "mingw", "android", function (package)
|
|
|
io.gsub("spirv_reflect.h", "#include \"%.%/include%/spirv%/unified1%/spirv.h\"", "#include \"spirv/unified1/spirv.h\"")
|
|
|
io.writefile("xmake.lua", [[
|
|
|
add_rules("mode.debug", "mode.release")
|