Skip to content

Commit

Permalink
add missing popd to env_setup.sh (#1850)
Browse files Browse the repository at this point in the history
  • Loading branch information
hunhoffe authored Oct 18, 2024
1 parent 4799ad3 commit 21e7a02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/env_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ if [[ $PEANO_INSTALL_DIR == "" ]]; then
unzip -q llvm_aie*.whl
rm -rf llvm_aie*.whl
export PEANO_INSTALL_DIR=`realpath llvm-aie`
popd
fi

export PATH=${PEANO_INSTALL_DIR}/bin:${MLIR_AIE_INSTALL_DIR}/bin:${LLVM_INSTALL_DIR}/bin:${PATH}
Expand Down

0 comments on commit 21e7a02

Please sign in to comment.