Moving getopt.h to src/lib/w32/ broke the Windows build. Fix.
This commit is contained in:
parent
4b2afc1e95
commit
6e3da4e1d0
5 changed files with 8 additions and 5 deletions
3
Make.mk
3
Make.mk
|
@ -144,6 +144,9 @@ cli_distgen := $(acdistcli)
|
|||
|
||||
# Compiler flags
|
||||
CPPFLAGS += -I$(srcdir)/include -I.
|
||||
ifeq ($(empthread),Windows) # really: W32, regardless of thread package
|
||||
CPPFLAGS += -I$(srcdir)/src/lib/w32
|
||||
endif
|
||||
ifeq ($(have_gcc),yes)
|
||||
CFLAGS += -fno-builtin-carg # conflicts with our carg()
|
||||
CFLAGS += -fno-common
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue