Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
tcaduser committed Jun 26, 2018
1 parent 31134b8 commit 90296fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/setup_appveyor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SYMDIFF_CONFIG="appveyor"

libpath=`/usr/bin/cygpath -w $PWD/lib`

python2path=`/usr/bin/cygpath -w c:\\Miniconda-x64\\python`
python2path='c:\Miniconda-x64\python'
#echo $libpath
/usr/bin/mkdir -p bin
/usr/bin/cat << EOF > bin/symdiff.bat
Expand All @@ -25,7 +25,7 @@ $python2path %*
EOF
/usr/bin/chmod +x bin/symdiff.bat

python3path=`/usr/bin/cygpath -w c:\\Miniconda3-x64\\python`
python3path='c:\Miniconda3-x64\python'
/usr/bin/cat << EOF > bin/symdiff_py3.bat
@setlocal
@echo off
Expand Down

0 comments on commit 90296fe

Please sign in to comment.