Skip to content

Commit

Permalink
make.tpl: Remove absolute paths
Browse files Browse the repository at this point in the history
  • Loading branch information
hovind authored and oharboe committed Sep 6, 2024
1 parent 229938c commit 779e850
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions make.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,6 @@ if [ -z "$FLOW_HOME" ]; then
export QT_PLUGIN_PATH="${QT_PLUGIN_PATH}"
export LIBGL_DRIVERS_PATH="${LIBGL_DRIVERS_PATH}"
export GIO_MODULE_DIR="${GIO_MODULE_DIR}"

# absolute paths, if non-empty
export YOSYS_EXE="${YOSYS_EXE:+$PWD/$YOSYS_EXE}"
export OPENROAD_EXE="${OPENROAD_EXE:+$PWD/$OPENROAD_EXE}"
export FLOW_HOME="${FLOW_HOME:+$PWD/$FLOW_HOME}"
export TCL_LIBRARY="${TCL_LIBRARY:+$PWD/$TCL_LIBRARY}"
export QT_PLUGIN_PATH="${QT_PLUGIN_PATH:+$PWD/$QT_PLUGIN_PATH}"
export LIBGL_DRIVERS_PATH="${LIBGL_DRIVERS_PATH:+$PWD/$LIBGL_DRIVERS_PATH}"
export GIO_MODULE_DIR="${GIO_MODULE_DIR:+$PWD/$GIO_MODULE_DIR}"
else
# if make is not in the path, error out, otherwise set MAKE_PATH
if ! command -v make >/dev/null; then
Expand Down

0 comments on commit 779e850

Please sign in to comment.