Skip to content

Commit

Permalink
Merge pull request #1941 from Pinata-Consulting/env-set-up-flow-home
Browse files Browse the repository at this point in the history
env.sh: set up FLOW_HOME which flow/Makefile uses
  • Loading branch information
maliberty committed Apr 16, 2024
2 parents 33a10d0 + e05bde1 commit a008f1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
export PATH="$(brew --prefix bison)/bin:$(brew --prefix flex)/bin:$(brew --prefix tcl-tk)/bin:$PATH"
export CMAKE_PREFIX_PATH="$(brew --prefix or-tools)"
fi

export FLOW_HOME=$DIR/flow

0 comments on commit a008f1c

Please sign in to comment.