mirror of
https://github.com/simh/simh.git
synced 2026-03-04 18:44:11 +00:00
makefile: Fix build when compiling under MinGW to avoid reference to un-necessary/non-existent library
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user