Skip to content

Commit 590f6c4

Browse files
committed
dynamic c++ runtime
1 parent 2e4f1a6 commit 590f6c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/compile/jsc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $PLATFORM_CFLAGS \
1919
CMAKE_LD_FLAGS=" \
2020
-latomic \
2121
-lm \
22-
-static-libstdc++ \
22+
--lc++_shared \
2323
$JSC_LDFLAGS \
2424
$PLATFORM_LDFLAGS \
2525
"

0 commit comments

Comments
 (0)