mirror of
https://github.com/diamante0018/master-tool.git
synced 2025-07-05 10:41:48 +00:00
feature(github): fix arm64 build
This commit is contained in:
@ -41,7 +41,7 @@ configurations {"Debug", "Release"}
|
||||
if os.istarget("darwin") then
|
||||
platforms {"x64", "arm64"}
|
||||
else
|
||||
platforms {"x86", "x64"}
|
||||
platforms {"x86", "x64", "arm64"}
|
||||
end
|
||||
|
||||
filter "platforms:x86"
|
||||
|
Reference in New Issue
Block a user