Skip to content

Commit

Permalink
Fix windows conan path.
Browse files Browse the repository at this point in the history
  • Loading branch information
d0m3nik committed Dec 8, 2018
1 parent 581ac44 commit 0e78aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.bat
Expand Up @@ -4,7 +4,7 @@ call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat"

%PYTHON_EXE% -m pip install -r requirements_dev.txt

%PYTHON%/bin/conan.exe install .
%PYTHON%/Scripts/conan.exe install .

:: Generate .pyx files
%PYTHON_EXE% generate.py
Expand Down

0 comments on commit 0e78aa2

Please sign in to comment.