Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Commit

Permalink
Merge pull request #111 from opengisch/disable_gsl
Browse files Browse the repository at this point in the history
Fix GSL library loading on Android
  • Loading branch information
nirvn authored May 16, 2021
2 parents 51e0bd0 + 658a282 commit c658612
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes/gsl/recipe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ function build_gsl() {
try $BUILD_gsl/configure \
--prefix=$STAGE_PATH \
--host=$TOOLCHAIN_PREFIX \
--build=x86_64
--build=x86_64 \
GSL_LDFLAGS="-Lcblas/.libs/ -lgslcblas"
try $MAKESMP
try make install
pop_arm
Expand Down

0 comments on commit c658612

Please sign in to comment.