Skip to content

Commit 9fa9b56

Browse files
authored
Update xmake.lua
1 parent a9374ab commit 9fa9b56

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/b/bgfx/xmake.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ package("bgfx")
118118
envs.BX_DIR = bxdir
119119
envs.BIMG_DIR = bimgdir
120120

121-
if package:version() and package:version():ge("9392") and package:is_plat("windows") and package:is_arch("arm64") then
122-
io.replace(path.join(bxdir, "include/bx/simd_t.h"), '#\tinclude <arm_neon.h>', '#\tinclude <stdint.h>\n#\tinclude <arm_neon.h>', {plain = true})
121+
if package:is_plat("windows") and package:is_arch("arm64") then
122+
os.rm("3rdparty/glsl-optimizer/include/c99/stdint.h")
123123
end
124124
if package:version() and package:version():ge("9392") and package:is_plat("iphoneos") then
125125
io.replace("scripts/bgfx.lua", 'configuration { "osx*" }', 'configuration { "ios*" }\n\t\tbuildoptions { "-x objective-c++" }\n\tconfiguration { "osx*" }', {plain = true})

0 commit comments

Comments
 (0)