From 1171f01e874e5d37a0e11dd50c052e5f4298376a Mon Sep 17 00:00:00 2001 From: Ghabry Date: Thu, 26 Oct 2023 00:39:38 +0200 Subject: [PATCH] lhasa macos: add patch to set std=c++11 --- macos/2_build_toolchain.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/macos/2_build_toolchain.sh b/macos/2_build_toolchain.sh index caf41c8c..0d8c1995 100755 --- a/macos/2_build_toolchain.sh +++ b/macos/2_build_toolchain.sh @@ -23,6 +23,12 @@ if [ ! -f .patches-applied ]; then patches_common + # Fix inih + # Remove when r58 is out + (cd $INIH_DIR + patch -Np1 < $SCRIPT_DIR/inih-std11.patch + ) + cp -rp icu icu-native touch .patches-applied