Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

Commit

Permalink
buildscripts: workaround another ndk bug
Browse files Browse the repository at this point in the history
  • Loading branch information
xyzz committed May 2, 2019
1 parent 68e45dd commit 587c8d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions buildscripts/include/setup-ndk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ if [[ ! -d toolchain ]]; then

popd
fi

# workaround https://github.com/android-ndk/ndk/issues/721
sed -i 's/Oz/O2/g' toolchain/ndk/build/cmake/android.toolchain.cmake
fi

pushd toolchain
Expand Down

0 comments on commit 587c8d1

Please sign in to comment.