From 310cf09263402090d57068a38e39c63ef5beca86 Mon Sep 17 00:00:00 2001 From: rpolzer Date: Mon, 15 Sep 2008 14:15:38 +0000 Subject: [PATCH] use "uname" for the OS git-svn-id: svn://svn.icculus.org/netradiant/trunk@45 61c419a2-8eb2-4b30-bcec-8cead039b335 --- Makefile.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2