Skip to content

Commit

Permalink
Fixing the conda directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
mithro committed Sep 24, 2015
1 parent a7a0675 commit 7621e47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/get-env.sh
Expand Up @@ -83,7 +83,7 @@ fi
echo " Xilinx directory is: $XILINX_DIR/opt/Xilinx/"

# gcc+binutils for the target
CONDA_DIR=$SETUP_DIR/build/conda
CONDA_DIR=$BUILD_DIR/conda
export PATH=$CONDA_DIR/bin:$PATH
(
if [ ! -d $CONDA_DIR ]; then
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup-env.sh
Expand Up @@ -49,7 +49,7 @@ echo " Xilinx directory is: $XILINX_DIR/opt/Xilinx/"
export PATH=$PATH:$XILINX_DIR/opt/Xilinx/14.7/ISE_DS/ISE/bin/lin64

# gcc+binutils for the target
CONDA_DIR=$SETUP_DIR/build/conda
CONDA_DIR=$BUILD_DIR/conda
export PATH=$CONDA_DIR/bin:$PATH

# migen
Expand Down

0 comments on commit 7621e47

Please sign in to comment.