]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - Makefile.conf
use "uname" for the OS
[xonotic/netradiant.git] / Makefile.conf
index e71edd4670e0a9c0b220a2e6c44829ead6ec0324..511f380dbd18704369ec4025f26f1e95e1e82eb9 100644 (file)
@@ -1,6 +1,7 @@
 BUILD = debug
 #BUILD = release
 
-OS = Linux
+OS := $(shell uname)
+#OS = Linux
 #OS = Win32
 #OS = Darwin