Skip to content

Commit d525b10

Browse files
authored
Update xmake.lua
1 parent 40152c5 commit d525b10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/b/bgfx/xmake.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ package("bgfx")
7777

7878
local configs = {}
7979
table.insert(configs, "/p:Configuration=" .. mode)
80-
table.insert(configs, "/p:Platform=" .. (package:is_arch("x86_64") and "x64" or (package:is_arch("arm64") and "ARM64" or (package:is_arch("arm") and "ARM" or "Win32"))))
80+
table.insert(configs, "/p:Platform=" .. (package:is_arch("x64") and "x64" or (package:is_arch("arm64") and "ARM64" or (package:is_arch("arm") and "ARM" or "Win32"))))
8181
table.insert(configs, tonumber(msvc:config("vs")) >= 2026 and "bgfx.slnx" or "bgfx.sln")
8282
os.cd(format(".build/projects/vs%s", msvc:config("vs")))
8383
msbuild.build(package, configs)

0 commit comments

Comments
 (0)