提交 b4ef3206 编写于 作者: O Olli-Pekka Heinisuo

move binaries from purelib -> platlib

上级 1753a355
......@@ -132,7 +132,7 @@ install:
"%PYTHON%/python.exe" -m pip install "numpy==%NP_VERSION%"
build_script:
- build.cmd
- appveyor\build.cmd
before_test:
- cmd: >-
......
......@@ -25,6 +25,8 @@ if %PYTHON_VERSION% GEQ 3 xcopy "%APPVEYOR_BUILD_FOLDER%\opencv\%BUILD_DIR%\lib\
if %PYTHON_VERSION% LSS 3 xcopy "%APPVEYOR_BUILD_FOLDER%\opencv\%BUILD_DIR%\lib\RELEASE\*.pyd" .\cv2 /I
xcopy "%APPVEYOR_BUILD_FOLDER%\opencv\%BUILD_DIR%\bin\Release\*.dll" .\cv2 /I
xcopy "%APPVEYOR_BUILD_FOLDER%\appveyor\setup.cfg" .\ /I
dir
"%PYTHON%/python.exe" setup.py bdist_wheel
\ No newline at end of file
[bdist_wheel]
universal=0
[install]
install_lib=\\
\ No newline at end of file
#!/bin/bash
set +e
echo "=== Loading config.sh === "
cp travis/setup.cfg .
if [ -n "$IS_OSX" ]; then
echo " > OSX environment "
function build_wheel {
......
[bdist_wheel]
universal=0
[install]
install_lib=/
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册