This website works better with JavaScript.
Home
Help
Register
Sign In
AerScript
/
Aer
Watch
0
Star
6
Fork
0
Code
Issues
6
Pull Requests
0
Releases
2
Wiki
Activity
Browse Source
--export-dynamic is not supported for PE+ targets
pull/18/head
Rafal Kupiec
3 years ago
parent
3f776c8ef1
commit
2ad252e6f0
Signed by:
belliash
GPG Key ID:
4E829243E0CFE6B4
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+ 1
- 1
Makefile
View File
@ -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
e
n
d
i
f
Write
Preview
Loading…
Cancel
Save