Skip to content

Commit 9ccefbf

Browse files
author
llgoer
committed
windows下编译错误修复
1 parent 6c723bf commit 9ccefbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ endif
115115
ifdef CONFIG_WIN32
116116
LDEXPORT=
117117
else
118-
LDEXPORT=-rdynamic
118+
LDEXPORT=-export-dynamic
119119
endif
120120

121121
PROGS=qjs$(EXE) qjsbn$(EXE) qjsc qjsbnc run-test262 run-test262-bn

0 commit comments

Comments
 (0)