Commit a4479a55 by Victor Manuel Alvarez

Fix path separator

parent faab2f27
...@@ -130,8 +130,8 @@ clone_script: ...@@ -130,8 +130,8 @@ clone_script:
build_script: build_script:
# Build the compiled extension # Build the compiled extension
- "%CMD_IN_ENV% python setup.py build_ext --enable-cuckoo - "%CMD_IN_ENV% python setup.py build_ext --enable-cuckoo
-L../jansson-%JANSSON_VERSION%/build/lib/Release:c:/OpenSSL-Win%PYTHON_ARCH%/lib -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: test_script:
# Run the project tests # 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