mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-01-22 09:01:57 -05:00
hpux needs -lXext
This commit is contained in:
parent
d3374727e7
commit
817f578dfc
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -69,7 +69,7 @@ ifeq ($(PLAT),hp-ux)
|
|||
CC = gcc
|
||||
CFLAGS = -DCC_BUILD_ICON
|
||||
LDFLAGS =
|
||||
LIBS = -lm -lX11 -lXi -L/opt/graphics/OpenGL/lib -lGL
|
||||
LIBS = -lm -lX11 -lXi -lXext -L/opt/graphics/OpenGL/lib -lGL
|
||||
BUILD_DIR = build-hpux
|
||||
TRACK_DEPENDENCIES=0
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue