summaryrefslogtreecommitdiff
path: root/premake5.lua
diff options
context:
space:
mode:
Diffstat (limited to 'premake5.lua')
-rw-r--r--premake5.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/premake5.lua b/premake5.lua
index 264aebc04..164dfe51b 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -319,6 +319,7 @@ newoption {
architecture "x86"
filter { "platforms:aarch64" }
architecture "ARM64"
+ filter { "platforms:aarch64", "toolset:clang" }
buildoptions { "-arch arm64" }
linkoptions { "-arch arm64" }