mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
Fixe for makefile CC on mingw.
This commit is contained in:
parent
acd70f3dc7
commit
2eec85c4b3
2 changed files with 2 additions and 0 deletions
1
third_party/minizip/Makefile
vendored
1
third_party/minizip/Makefile
vendored
|
|
@ -17,6 +17,7 @@ CFLAGS = -O3 -DNOCRYPT -DNOUNCRYPT
|
|||
# Change make options on MinGW.
|
||||
ifneq (,$(findstring MINGW, $(UNAME)))
|
||||
FPIC =
|
||||
CC = gcc
|
||||
endif
|
||||
|
||||
# Change make options on Cygwin.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue