mirror of
https://github.com/alterware/iw4-validator.git
synced 2025-09-19 14:27:24 +00:00
feature(map_rotation): better error handling (#4)
This commit is contained in:
@@ -42,10 +42,15 @@ editandcontinue "Off"
|
||||
warnings "Extra"
|
||||
characterset "ASCII"
|
||||
|
||||
if os.istarget("linux") or os.istarget("darwin") then
|
||||
filter {"system:linux", "system:macosx"}
|
||||
buildoptions "-pthread"
|
||||
linkoptions "-pthread"
|
||||
end
|
||||
filter {}
|
||||
|
||||
filter {"system:macosx", "platforms:arm64"}
|
||||
buildoptions "-arch arm64"
|
||||
linkoptions "-arch arm64"
|
||||
filter {}
|
||||
|
||||
if os.getenv("CI") then
|
||||
defines "CI"
|
||||
|
Reference in New Issue
Block a user