Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
brechtsanders committed Nov 15, 2017
1 parent 0a071b0 commit 883b648
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,18 @@ RMDIR = rm -rf
CP = cp -f
CPDIR = cp -rf

ifdef STATIC
CFLAGS += -DSTATIC
CXXFLAGS += -DSTATIC
LDFLAGS += -static
endif

ifdef USE_XLSXIO
CFLAGS += -DUSE_XLSXIO
CXXFLAGS += -DUSE_XLSXIO
LDFLAGS += -lxlsxio_write
ifdef STATIC
CFLAGS += -DSTATIC
CXXFLAGS += -DSTATIC
LDFLAGS += -static -lzip -lzip -lbz2 -lz
LDFLAGS += -lzip -lzip -lbz2 -lz
endif
endif

Expand Down

0 comments on commit 883b648

Please sign in to comment.