diff options
| author | Ellie Hermaszewska <ellieh@nvidia.com> | 2023-02-03 12:19:10 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-03 12:19:10 +0800 |
| commit | 18908363763c0078a4b988f731a95308d7ff94dd (patch) | |
| tree | 10883a2ab9aae4ea76c1d290f9ad1d7a2e9bd2fc /premake5.lua | |
| parent | a00dc69ca8dfbc346940c7d03d67c1cb229577fb (diff) | |
Correct indentation in premake lua (#2620)
No semantic change
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' |
