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:
parent
12d27a5ce3
commit
310cf09263
|
|
@ -1,6 +1,7 @@
|
|||
BUILD = debug
|
||||
#BUILD = release
|
||||
|
||||
OS = Linux
|
||||
OS := $(shell uname)
|
||||
#OS = Linux
|
||||
#OS = Win32
|
||||
#OS = Darwin
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user