Skip to content

Commit

Permalink
fix for macOS Birli
Browse files Browse the repository at this point in the history
  • Loading branch information
d3v-null committed Sep 24, 2024
1 parent 6cba5b9 commit 65b36cb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions demo/00_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
# common environment variable defaults for the demo
# - will not overwrite most environment variables

# silly hack for macOS Birli
if [[ $(uname -o) == "Darwin" ]]; then
export DYLD_FALLBACK_LIBRARY_PATH=/opt/homebrew/lib/
fi

# base directory for demo data
# - you may want to change this do a directory with more space if extending this demo
export outdir=${outdir:-${PWD}/demo/data/}
Expand Down

0 comments on commit 65b36cb

Please sign in to comment.