Skip to content

Commit

Permalink
veryfasttree mac fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aliciaaevans committed Dec 12, 2024
1 parent 366c6a3 commit 25ea4fd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 208 deletions.
1 change: 1 addition & 0 deletions recipes/veryfasttree/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ fi
if [[ "$(uname)" == "Darwin" ]]; then
export CONFIG_ARGS="-DCMAKE_FIND_FRAMEWORK=NEVER -DCMAKE_FIND_APPBUNDLE=NEVER"
export LDFLAGS="${LDFLAGS} -Wl,-rpath,${PREFIX}/lib"
export CFLAGS="${CFLAGS} -fno-define-target-os-macros"
else
export CONFIG_ARGS=""
fi
Expand Down
104 changes: 0 additions & 104 deletions recipes/veryfasttree/build_failure.osx-64.yaml

This file was deleted.

Loading

0 comments on commit 25ea4fd

Please sign in to comment.