From 18908363763c0078a4b988f731a95308d7ff94dd Mon Sep 17 00:00:00 2001 From: Ellie Hermaszewska Date: Fri, 3 Feb 2023 12:19:10 +0800 Subject: Correct indentation in premake lua (#2620) No semantic change --- premake5.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'premake5.lua') 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' -- cgit v1.2.3