Skip to content

Commit 83b5f77

Browse files
committed
compile minizip with file32 api
1 parent 0e50451 commit 83b5f77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/src/minizip/rules.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ DEPS_minizip = zlib $(DEPS_zlib)
2020

2121
.minizip: minizip
2222
$(RECONF)
23-
cd $< && $(HOSTVARS) ./configure $(HOSTCONF)
23+
cd $< && $(HOSTVARS) CFLAGS="$(CFLAGS) -DUSE_FILE32API" ./configure $(HOSTCONF)
2424
cd $< && $(MAKE) install
2525
touch $@

0 commit comments

Comments
 (0)