mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 22:33:43 -07:00
add zlib to ldflags for ZAPDUtils
This commit is contained in:
parent
508b5c7568
commit
447b28ca28
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ LDFLAGS := -lm -ldl \
|
|||
-L../external -L../libultraship -lbz2 -pthread -lpulse -lultraship -lstorm
|
||||
|
||||
ifeq ($(UNAME), Darwin)
|
||||
LDFLAGS += $(shell pkg-config --libs glew x11 libpng) $(shell sdl2-config --libs) -framework OpenGL
|
||||
LDFLAGS += $(shell pkg-config --libs glew x11 libpng zlib) $(shell sdl2-config --libs) -framework OpenGL
|
||||
else
|
||||
LDFLAGS += -lpng -lGL -lGLEW -lX11 -lz -lSDL2
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue