Skip to content

Commit bd6a4d2

Browse files
committed
fix.
1 parent 24dfc0f commit bd6a4d2

File tree

2 files changed

+551
-1
lines changed

2 files changed

+551
-1
lines changed

webrtc-sys/libwebrtc/build_linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ python3 "./src/build/linux/sysroot_scripts/install-sysroot.py" --arch="$arch"
8989

9090
if [ "$arch" = "arm64" ]; then
9191
cd /
92-
sudo patch -p0 < $COMMAND_DIR/patches/disable_glibc_use_isoc23.patch
92+
sudo cp -f $COMMAND_DIR/patches/features.h /usr/aarch64-linux-gnu/include/features.h
9393
cd $COMMAND_DIR
9494
fi
9595

0 commit comments

Comments
 (0)