build on Linux/x86_64

This commit is contained in:
2004-11-03 14:45:52 +00:00
parent 691302f28d
commit 772b66d79f
2 changed files with 2 additions and 2 deletions

View File

@@ -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)

View File

@@ -93,7 +93,7 @@ ifeq ($(OS),linux)
LLIBS += -lc -lm -ldl -lutil
LOPTS = -export-dynamic
endif
ifeq ($(CPU),i386)
ifeq ($(CPU),$(findstring $(CPU), "i386 x86_64"))
COMMENT = "MESA 3.1"
LLIBS = -L$(NAN_MESA)/lib -L/usr/X11R6/lib -lXmu -lXext -lX11 -lXi
LLIBS += -lutil -lc -lm -ldl -lpthread