From: rpolzer Date: Mon, 15 Sep 2008 14:15:38 +0000 (+0000) Subject: use "uname" for the OS X-Git-Tag: svn-r421~375 X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=commitdiff_plain;h=310cf09263402090d57068a38e39c63ef5beca86 use "uname" for the OS git-svn-id: svn://svn.icculus.org/netradiant/trunk@45 61c419a2-8eb2-4b30-bcec-8cead039b335 --- diff --git a/Makefile.conf b/Makefile.conf index e71edd46..511f380d 100644 --- a/Makefile.conf +++ b/Makefile.conf @@ -1,6 +1,7 @@ BUILD = debug #BUILD = release -OS = Linux +OS := $(shell uname) +#OS = Linux #OS = Win32 #OS = Darwin