Skip to content

Commit

Permalink
spirv-reflect support android (#5447)
Browse files Browse the repository at this point in the history
  • Loading branch information
vkensou authored Oct 8, 2024
1 parent 2902a69 commit 6001739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/s/spirv-reflect/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 6001739

Please sign in to comment.