--export-dynamic is not supported for PE+ targets
This commit is contained in:
rodzic
3f776c8ef1
commit
2ad252e6f0
2
Makefile
2
Makefile
@ -60,7 +60,7 @@ ifeq "$(PLATFORM)" "Windows"
|
||||
MD := md
|
||||
RM := del /F
|
||||
LIBS := -ldl -lm
|
||||
LFLAGS := $(LFLAGS) -Wl,--export-dynamic -rdynamic
|
||||
LFLAGS := $(LFLAGS) -Wl,--export-all-symbols -rdynamic
|
||||
ESUFFIX := .exe
|
||||
LSUFFIX := .dll
|
||||
endif
|
||||
|
Ładowanie…
x
Reference in New Issue
Block a user