Skip to content

Commit a70d32c

Browse files
authored
Merge pull request #2769 from Pinata-Consulting/env-sh-install-before-dependencies
env.sh: install folder should be before dependencies folder
2 parents c0bf8cf + 144b6de commit a70d32c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ fi
1111
export OPENROAD=${DIR}/tools/OpenROAD
1212
echo "OPENROAD: ${OPENROAD}"
1313

14+
export PATH=${DIR}/dependencies/bin:$PATH
1415
export PATH=${DIR}/tools/install/OpenROAD/bin:$PATH
1516
export PATH=${DIR}/tools/install/yosys/bin:$PATH
16-
export PATH=${DIR}/dependencies/bin:$PATH
1717

1818
if [[ "$OSTYPE" == "darwin"* ]]; then
1919
export PATH="/Applications/KLayout/klayout.app/Contents/MacOS:$PATH"

0 commit comments

Comments
 (0)