Changed filter to a direct if statement
I don't like the "filter {}" shit
This commit is contained in:
parent
cbbb17b9cf
commit
a51c5d9e8b
1 changed files with 2 additions and 2 deletions
|
@ -40,9 +40,9 @@ workspace "ssc"
|
|||
links { "System", "arookas", "grammatica-1.6" }
|
||||
|
||||
-- apply options
|
||||
filter "options:clean-symbols"
|
||||
if _OPTIONS["clean-symbols"] then
|
||||
defines { "SSC_CLEAN_SYMBOLS" }
|
||||
filter {}
|
||||
end
|
||||
|
||||
files {
|
||||
"ssc/**.cs",
|
||||
|
|
Loading…
Reference in a new issue