Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
Update build_tarballs.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
juan-pablo-vielma authored Dec 21, 2018
1 parent dcf5b57 commit e52902f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ update_configure_scripts
mkdir build
cd build/
## STATIC BUILD START
#../configure --prefix=$prefix --with-pic --disable-pkg-config --host=${target} --enable-shared --disable-static --enable-dependency-linking lt_cv_deplibs_check_method=pass_all
## STATIC BUILD END
## DYNAMIC BUILD START
if [ $target = "x86_64-apple-darwin14" ]; then
export AR="$AR -format=darwin"
fi
../configure --prefix=$prefix --with-pic --disable-pkg-config --host=${target} --disable-shared --enable-static --enable-dependency-linking lt_cv_deplibs_check_method=pass_all
## STATIC BUILD END
## DYNAMIC BUILD START
#../configure --prefix=$prefix --with-pic --disable-pkg-config --host=${target} --enable-shared --disable-static --enable-dependency-linking lt_cv_deplibs_check_method=pass_all
## DYNAMIC BUILD START
make -j${nproc}
Expand Down

0 comments on commit e52902f

Please sign in to comment.