Commit faab2f27 by Victor Manuel Alvarez

Fix path separator

parent 2c8b6d50
......@@ -131,7 +131,7 @@ build_script:
# Build the compiled extension
- "%CMD_IN_ENV% python setup.py build_ext --enable-cuckoo
-L../jansson-%JANSSON_VERSION%/build/lib/Release:c:/OpenSSL-Win%PYTHON_ARCH%/lib
-I../jansson-%JANSSON_VERSION%/build/include;c:/OpenSSL-Win%PYTHON_ARCH%/include"
-I../jansson-%JANSSON_VERSION%/build/include:c:/OpenSSL-Win%PYTHON_ARCH%/include"
test_script:
# Run the project tests
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment