Added LINUX value to string constants table

This commit is contained in:
Jason Perkins 2012-10-29 12:46:54 -04:00
parent bbc1ae59ad
commit 211b538248

View File

@ -15,6 +15,7 @@
premake.CPP = "C++"
premake.GCC = "gcc"
premake.HAIKU = "haiku"
premake.LINUX = "linux"
premake.MACOSX = "macosx"
premake.POSIX = "posix"
premake.PS3 = "ps3"