mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
Fixed include paths for 3rdparty libs (nw)
This commit is contained in:
parent
67e5785c2f
commit
e427c5471b
4
makefile
4
makefile
@ -752,7 +752,7 @@ LIBS =
|
||||
|
||||
# add expat XML library
|
||||
ifeq ($(BUILD_EXPAT),1)
|
||||
INCPATH += -I$(SRC)/lib/expat
|
||||
INCPATH += -I$(3RDPARTY)/expat/lib
|
||||
EXPAT = $(OBJ)/libexpat.a
|
||||
else
|
||||
LIBS += -lexpat
|
||||
@ -761,7 +761,7 @@ endif
|
||||
|
||||
# add ZLIB compression library
|
||||
ifeq ($(BUILD_ZLIB),1)
|
||||
INCPATH += -I$(SRC)/lib/zlib
|
||||
INCPATH += -I$(3RDPARTY)/zlib
|
||||
ZLIB = $(OBJ)/libz.a
|
||||
else
|
||||
LIBS += -lz
|
||||
|
Loading…
Reference in New Issue
Block a user