Changed filter to a direct if statement

I don't like the "filter {}" shit
This commit is contained in:
arookas 2016-02-13 18:14:23 -05:00
parent cbbb17b9cf
commit a51c5d9e8b

View file

@ -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",