Skip to content

Commit

Permalink
make.tpl: Set ruby paths
Browse files Browse the repository at this point in the history
  • Loading branch information
hovind committed Sep 6, 2024
1 parent 8d15ce2 commit 545efce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions make.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ if [ -z "$FLOW_HOME" ]; then
export KLAYOUT_CMD="${KLAYOUT_PATH}"
export STDBUF_CMD="${STDBUF_PATH}"
export FLOW_HOME="${FLOW_HOME}"
export RUBYLIB="${RUBY_PATH}:${DLN_LIBRARY_PATH}"
export DLN_LIBRARY_PATH="${DLN_LIBRARY_PATH}"
export TCL_LIBRARY="${TCL_LIBRARY}"
export QT_PLUGIN_PATH="${QT_PLUGIN_PATH}"
export LIBGL_DRIVERS_PATH="${LIBGL_DRIVERS_PATH}"
Expand Down

0 comments on commit 545efce

Please sign in to comment.