Skip to content

Commit a38c702

Browse files
authored
Update build_linux.sh
1 parent bd6a4d2 commit a38c702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-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 cp -f $COMMAND_DIR/patches/features.h /usr/aarch64-linux-gnu/include/features.h
92+
sudo sed -i 's/define __GLIBC_USE_ISOC23[[:space:]]\+1/define __GLIBC_USE_ISOC23\t0/' /usr/aarch64-linux-gnu/include/features.h
9393
cd $COMMAND_DIR
9494
fi
9595

0 commit comments

Comments
 (0)