Skip to content

Commit

Permalink
debug: add DYLD_LIBRARY_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
kmuehlbauer committed Jun 4, 2016
1 parent b2b48b4 commit ceb2862
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ source activate "${CONDA_DEFAULT_ENV}"

export CFLAGS="-arch x86_64 ${CFLAGS}"
export CXXFLAGS="${CXXFLAGS} -std=c++11"
export DYLD_LIBRARY_PATH=${PREFIX}/lib

autoreconf -if

Expand Down

0 comments on commit ceb2862

Please sign in to comment.