Skip to content

Commit e05bde1

Browse files
committed
env.sh: set up FLOW_HOME which flow/Makefile uses
This allows users of ORFS to find ORFS/flow folder after ". env.sh" is run Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 33a10d0 commit e05bde1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

env.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
2121
export PATH="$(brew --prefix bison)/bin:$(brew --prefix flex)/bin:$(brew --prefix tcl-tk)/bin:$PATH"
2222
export CMAKE_PREFIX_PATH="$(brew --prefix or-tools)"
2323
fi
24+
25+
export FLOW_HOME=$DIR/flow

0 commit comments

Comments
 (0)