makefile: Fix build when compiling under MinGW to avoid reference to un-necessary/non-existent library
This commit is contained in:
parent
f125145c37
commit
f0f80f7cf0
1 changed files with 1 additions and 1 deletions
2
makefile
2
makefile
|
@ -758,7 +758,7 @@ else
|
|||
endif
|
||||
ifeq (pcre,$(shell if exist ..\windows-build\PCRE\include\pcre.h echo pcre))
|
||||
OS_CCDEFS += -DHAVE_PCREPOSIX_H -I$(abspath ../windows-build/PCRE/include)
|
||||
OS_LDFLAGS += -lpcreposix -lpcre -lpcrecpp -L../windows-build/PCRE/lib/
|
||||
OS_LDFLAGS += -lpcreposix -lpcre -L../windows-build/PCRE/lib/
|
||||
$(info using libpcreposix: $(abspath ../windows-build/PCRE/lib/pcreposix.a) $(abspath ../windows-build/PCRE/include/pcreposix.h))
|
||||
endif
|
||||
endif
|
||||
|
|
Loading…
Add table
Reference in a new issue