use "uname" for the OS

git-svn-id: svn://svn.icculus.org/netradiant/trunk@45 61c419a2-8eb2-4b30-bcec-8cead039b335
This commit is contained in:
rpolzer 2008-09-15 14:15:38 +00:00
parent 12d27a5ce3
commit 310cf09263

View File

@ -1,6 +1,7 @@
BUILD = debug
#BUILD = release
OS = Linux
OS := $(shell uname)
#OS = Linux
#OS = Win32
#OS = Darwin