Skip to content

Commit 894ea01

Browse files
author
vhnvn
committed
update libc++_shared.so path
1 parent 39ae38c commit 894ea01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ main() {
176176
fi
177177
rm -rf cs-$ANDROID_ARCH.tgz libc++_shared.so node
178178
cp node-src/out/Release/node ./
179-
cp /opt/android-ndk/sources/cxx-stl/llvm-libc++/libs/$ARCH_NAME/libc++_shared.so ./libc++_shared.so
179+
cp /opt/android-ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/$TERMUX_ARCH-linux-android/libc++_shared.so ./libc++_shared.so
180180
VERSION_SUFFIX=
181181
if [[ -f patch_version ]]; then
182182
VERSION_SUFFIX="-p$(cat patch_version)"

0 commit comments

Comments
 (0)