Skip to content

Commit c5847be

Browse files
committed
fix
1 parent f342e2c commit c5847be

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/compile/jsc.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ $PLATFORM_CFLAGS \
1919
CMAKE_LD_FLAGS=" \
2020
-latomic \
2121
-lm \
22-
-static-libstdc++ \
2322
$JSC_LDFLAGS \
2423
$PLATFORM_LDFLAGS \
2524
"
@@ -64,7 +63,7 @@ $TARGETDIR/webkit/Tools/Scripts/build-webkit \
6463
--no-netscape-plugin-api \
6564
--no-tools \
6665
--cmakeargs="-DCMAKE_TOOLCHAIN_FILE=${ANDROID_NDK}/build/cmake/android.toolchain.cmake \
67-
-DUSE_LD_LLD=ON \
66+
-DUSE_LD_GOLD=OFF \
6867
-DANDROID_UNIFIED_HEADERS=ON \
6968
-DANDROID_ABI=${JNI_ARCH} \
7069
-DANDROID_PLATFORM=${ANDROID_API} \

0 commit comments

Comments
 (0)