mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
* ...
This commit is contained in:
parent
6be591daa1
commit
47c70ae076
1 changed files with 4 additions and 4 deletions
|
@ -175,16 +175,16 @@ ifeq ($(PLATFORM),linux)
|
||||||
THREAD_LDFLAGS=-lpthread
|
THREAD_LDFLAGS=-lpthread
|
||||||
LDFLAGS=-ldl -lm
|
LDFLAGS=-ldl -lm
|
||||||
|
|
||||||
ifneq ($(USE_OPENAL_DLOPEN),1)
|
|
||||||
CLIENT_LDFLAGS += -lopenal
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(USE_SDL),1)
|
ifeq ($(USE_SDL),1)
|
||||||
CLIENT_LDFLAGS=$(shell sdl-config --libs)
|
CLIENT_LDFLAGS=$(shell sdl-config --libs)
|
||||||
else
|
else
|
||||||
CLIENT_LDFLAGS=-L/usr/X11R6/$(LIB) -lX11 -lXext -lXxf86dga -lXxf86vm
|
CLIENT_LDFLAGS=-L/usr/X11R6/$(LIB) -lX11 -lXext -lXxf86dga -lXxf86vm
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifneq ($(USE_OPENAL_DLOPEN),1)
|
||||||
|
CLIENT_LDFLAGS += -lopenal
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(ARCH),i386)
|
ifeq ($(ARCH),i386)
|
||||||
# linux32 make ...
|
# linux32 make ...
|
||||||
BASE_CFLAGS += -m32
|
BASE_CFLAGS += -m32
|
||||||
|
|
Loading…
Reference in a new issue