From 9ccefbf3f0572e9b532a179daa7f0b72956718ef Mon Sep 17 00:00:00 2001 From: llgoer Date: Sat, 13 Jul 2019 00:56:40 +0800 Subject: [PATCH] =?UTF-8?q?windows=E4=B8=8B=E7=BC=96=E8=AF=91=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7ca93f0..c1c0fbc 100755 --- a/Makefile +++ b/Makefile @@ -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