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 c4298b7 commit 1954eec
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions scripts/get-env.sh
Expand Up @@ -6,10 +6,7 @@ USER=$(whoami)

BUILD_DIR=$SETUP_DIR/../build
CONDA_DIR=$SETUP_DIR/build/conda
OUTPUT_DIR=$GNU_DIR/output
mkdir -p $OUTPUT_DIR

export PATH=$OUTPUT_DIR/bin:$PATH
mkdir -p $BUILD_DIR

set -x
set -e
Expand All @@ -27,6 +24,7 @@ set -e
conda install binutils-lm32-elf
conda install gcc-lm32-elf
)
export PATH=$CONDA_DIR/bin:$PATH

# Get iverilog
(
Expand Down

0 comments on commit 1954eec

Please sign in to comment.