Skip to content

Commit

Permalink
rm flag
Browse files Browse the repository at this point in the history
  • Loading branch information
grburgess committed Aug 15, 2022
1 parent 63267ca commit dbbc823
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conda_recipe/xspec-modelsonly/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ cd ${XSPEC_MODELS_ONLY}/BUILD_DIR
export CFLAGS="-I$CONDA_PREFIX/include"
export CXXFLAGS="-std=c++11 -Wno-c++11-narrowing -Wall -Wno-deprecated -I$CONDA_PREFIX/include"

export LDFLAGS="$LDFLAGS -L$CONDA_PREFIX/lib -undefined dynamic_lookup"
export LDFLAGS="$LDFLAGS -L$CONDA_PREFIX/lib"
#export LDFLAGS="$LDFLAGS -L$CONDA_PREFIX/lib -undefined dynamic_lookup"
# -L${PREFIX}/lib"
export CCTEST="echo"

Expand Down

0 comments on commit dbbc823

Please sign in to comment.