From: Stijn Buys Date: Tue, 25 Jun 2013 21:40:55 +0000 (+0200) Subject: On Linux, set the default executable suffix to 'uname -m' X-Git-Tag: xonotic-v0.8.0~12 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=1dc200b9e0994baed0b464a31344245f53d4211d;p=xonotic%2Fnetradiant.git On Linux, set the default executable suffix to 'uname -m' --- diff --git a/Makefile b/Makefile index b4174339..689a61d4 100644 --- a/Makefile +++ b/Makefile @@ -172,7 +172,7 @@ ifeq ($(OS),Linux) CFLAGS_COMMON += -fPIC LDFLAGS_DLL = -fPIC -ldl LIBS_COMMON = -lpthread - EXE ?= x86 + EXE ?= $(shell uname -m) A = a DLL = so MWINDOWS =