summaryrefslogtreecommitdiffstats
path: root/premake5.lua
diff options
context:
space:
mode:
authorEllie Hermaszewska <ellieh@nvidia.com>2023-02-03 12:19:10 +0800
committerGitHub <noreply@github.com>2023-02-03 12:19:10 +0800
commit18908363763c0078a4b988f731a95308d7ff94dd (patch)
tree10883a2ab9aae4ea76c1d290f9ad1d7a2e9bd2fc /premake5.lua
parenta00dc69ca8dfbc346940c7d03d67c1cb229577fb (diff)
Correct indentation in premake lua (#2620)
No semantic change
Diffstat (limited to 'premake5.lua')
-rw-r--r--premake5.lua2
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'