diff options
Diffstat (limited to 'premake5.lua')
| -rw-r--r-- | premake5.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/premake5.lua b/premake5.lua index be4487497..486f7366d 100644 --- a/premake5.lua +++ b/premake5.lua @@ -347,7 +347,7 @@ workspace "slang" architecture "ARM64" filter { "platforms:aarch64", "toolset:clang" } buildoptions { "-arch arm64" } - linkoptions { "-arch arm64" } + linkoptions { "-arch arm64" } filter { "toolset:clang or gcc*" } -- Makes all symbols hidden by default unless explicitly 'exported' |
