Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 870024ef authored by ADILI Robin's avatar ADILI Robin
Browse files

install patch with dependencies + change version to 2020.1.post2

parent 7fa4cfb1
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,6 @@ for /F "tokens=1,2 delims=;" %%i in (reqs_win.txt) do ( ...@@ -12,7 +12,6 @@ for /F "tokens=1,2 delims=;" %%i in (reqs_win.txt) do (
"%BUILDDIR%\%%i.exe" /S /D=%BUILDDIR%\%%i "%BUILDDIR%\%%i.exe" /S /D=%BUILDDIR%\%%i
) )
curl.exe -C - -H "User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:79.0) Gecko/20100101 Firefox/79.0" -L -o "%BUILDDIR%\patch.py" "https://raw.githubusercontent.com/techtonik/python-patch/master/patch.py" python -m patch --verbose --directory "%CURRENTDIR%" patch
python "%BUILDDIR%\patch.py" --verbose --directory "%CURRENTDIR%" --debug patch
move "%BUILDDIR%\fbxsdk\lib\vs2017" "%BUILDDIR%\fbxsdk\lib\all" move "%BUILDDIR%\fbxsdk\lib\vs2017" "%BUILDDIR%\fbxsdk\lib\all"
popd popd
# Specify sip v5 as the build system for the package. # Specify sip v5 as the build system for the package.
[build-system] [build-system]
requires = ["sip >=5", "auditwheel"] requires = ["sip >=5", "auditwheel", "patch"]
build-backend = "sipbuild.api" build-backend = "sipbuild.api"
# Specify the PEP 566 metadata for the project. # Specify the PEP 566 metadata for the project.
[tool.sip.metadata] [tool.sip.metadata]
name = "fbxsdkpy" name = "fbxsdkpy"
version = "2020.1.post1" version = "2020.1.post2"
# Configure the building of the fib bindings. # Configure the building of the fib bindings.
[tool.sip.bindings.fbx_module] [tool.sip.bindings.fbx_module]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment