Skip to content

Commit 7621e47

Browse files
committedSep 24, 2015
Fixing the conda directory.
1 parent a7a0675 commit 7621e47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎scripts/get-env.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ fi
8383
echo " Xilinx directory is: $XILINX_DIR/opt/Xilinx/"
8484

8585
# gcc+binutils for the target
86-
CONDA_DIR=$SETUP_DIR/build/conda
86+
CONDA_DIR=$BUILD_DIR/conda
8787
export PATH=$CONDA_DIR/bin:$PATH
8888
(
8989
if [ ! -d $CONDA_DIR ]; then

‎scripts/setup-env.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ echo " Xilinx directory is: $XILINX_DIR/opt/Xilinx/"
4949
export PATH=$PATH:$XILINX_DIR/opt/Xilinx/14.7/ISE_DS/ISE/bin/lin64
5050

5151
# gcc+binutils for the target
52-
CONDA_DIR=$SETUP_DIR/build/conda
52+
CONDA_DIR=$BUILD_DIR/conda
5353
export PATH=$CONDA_DIR/bin:$PATH
5454

5555
# migen

0 commit comments

Comments
 (0)
Please sign in to comment.