Skip to content

Commit 36d92c7

Browse files
committedJul 31, 2015
travis: try export
1 parent 53f55a7 commit 36d92c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎conda/artiq/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ mkdir -p $BIN_PREFIX/kc705 $BIN_PREFIX/pipistrello
1818

1919
# build for KC705
2020

21-
PYTHONPATH=$PREFIX/lib/python3.4/site-packages
21+
export PYTHONPATH=$PREFIX/lib/python3.4/site-packages
2222

2323
cd $SRC_DIR/misoc; python make.py -X ../soc -t artiq_kc705 build-headers build-bios; cd -
2424
make -C soc/runtime clean runtime.fbi

0 commit comments

Comments
 (0)
Please sign in to comment.