Skip to content

Commit

Permalink
windows下编译错误修复
Browse files Browse the repository at this point in the history
  • Loading branch information
llgoer committed Jul 12, 2019
1 parent 6c723bf commit 9ccefbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ endif
ifdef CONFIG_WIN32
LDEXPORT=
else
LDEXPORT=-rdynamic
LDEXPORT=-export-dynamic
endif

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

0 comments on commit 9ccefbf

Please # to comment.