Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed Aug 26, 2017
1 parent 56f7f90 commit ddcd142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/conda/python-autowig/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if [[ "$PY3K" = 1 ]]; then
2to3 -n -w $SRC_DIR/test
fi

python setup.py install --prefix=$PREFIX
$PYTHON setup.py install --prefix=$PREFIX
mkdir -p $SP_DIR/autowig/site
touch $SP_DIR/autowig/site/__init__.py
mkdir -p $SP_DIR/autowig/site/ASG
Expand Down

0 comments on commit ddcd142

Please sign in to comment.