From 772b66d79f862619ed1d0be37d364ef0553b7114 Mon Sep 17 00:00:00 2001 From: Stefan Gartner Date: Wed, 3 Nov 2004 14:45:52 +0000 Subject: build on Linux/x86_64 --- source/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/Makefile') diff --git a/source/Makefile b/source/Makefile index 80dda10d982..9e344f38ad6 100644 --- a/source/Makefile +++ b/source/Makefile @@ -367,7 +367,7 @@ ifeq ($(NAN_NO_OPENAL), true) NAN_SND_LIBS += $(SOUNDSYSTEM) else ifeq ($(OS),$(findstring $(OS), "freebsd linux windows")) - ifeq ($(CPU),$(findstring $(CPU), "i386 powerpc")) + ifeq ($(CPU),$(findstring $(CPU), "i386 powerpc x86_64")) ifeq ($(OS),freebsd) NAN_SND_LIBS = $(SOUNDSYSTEM) NAN_SND_LIBS += $(DUMMYSOUND) -- cgit v1.2.3