diff options
| author | Yong He <yonghe@outlook.com> | 2022-09-28 20:22:28 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-28 20:22:28 -0700 |
| commit | c2c913f3a0e1e6c411e0abf51a1ed58551a955a4 (patch) | |
| tree | bfdfdc23542ff8dbda04e540520a202946cc6404 /premake5.lua | |
| parent | b01d8db282f7971ade728e47a943585eae42f419 (diff) | |
Fix release CI script. (#2421)
* Fix release CI script.
* Fix vs
Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to 'premake5.lua')
| -rw-r--r-- | premake5.lua | 1 |
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" } |
