Skip to content

Commit

Permalink
lhasa macos: add patch to set std=c++11
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghabry committed Oct 25, 2023
1 parent b5524f6 commit 1171f01
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions macos/2_build_toolchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1171f01

Please sign in to comment.