mirror of
https://github.com/86Box/mdsx.git
synced 2026-02-24 20:35:34 -07:00
Do not link zlib - it is apparently not needed.
This commit is contained in:
@@ -65,7 +65,7 @@ OBJS = edc.c \
|
||||
crypto/whirlpool.c
|
||||
|
||||
build:
|
||||
$(CC) -shared $(CFLAGS) $(OBJS) -I. -fPIC -fomit-frame-pointer -lz -o $(DEST)
|
||||
$(CC) -shared $(CFLAGS) $(OBJS) -I. -fPIC -fomit-frame-pointer -o $(DEST)
|
||||
ifneq "$(DEBUG)" "y"
|
||||
$(STRIP) $(STRIPFLAGS) $(DEST)
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user