Skip to content

Commit

Permalink
Fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mithro committed Sep 9, 2015
1 parent db89349 commit 120724e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/get-env.sh
Expand Up @@ -13,6 +13,7 @@ set -e

# Get and build gcc+binutils for the target
(
export PATH=$CONDA_DIR/bin:$PATH
if [ ! -d $CONDA_DIR ]; then
cd $BUILD_DIR
wget -c https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
Expand All @@ -21,7 +22,6 @@ set -e
conda config --set always_yes yes --set changeps1 no
conda update -q conda
fi
export PATH=$CONDA_DIR/bin:$PATH
conda config --add channels timvideos
conda install binutils-lm32-elf
conda install gcc-lm32-elf
Expand Down

0 comments on commit 120724e

Please sign in to comment.