Mentions légales du service

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

curl fix

parent f76f1a65
Branches
No related tags found
No related merge requests found
...@@ -8,11 +8,11 @@ mkdir "%FBXSDKDIR%" ...@@ -8,11 +8,11 @@ mkdir "%FBXSDKDIR%"
mkdir "%FBXSDKPYTHONDIR%" mkdir "%FBXSDKPYTHONDIR%"
for /F "tokens=1,2 delims=;" %%i in (reqs_win.txt) do ( for /F "tokens=1,2 delims=;" %%i in (reqs_win.txt) do (
curl -L -o "%BUILDDIR%\%%i.exe" %%j C:\Windows\System32\curl.exe -L -o "%BUILDDIR%\%%i.exe" %%j
"%BUILDDIR%\%%i.exe" /S /D=%BUILDDIR%\%%i "%BUILDDIR%\%%i.exe" /S /D=%BUILDDIR%\%%i
) )
curl -L -o "%BUILDDIR%\patch.py" "https://raw.githubusercontent.com/techtonik/python-patch/master/patch.py" C:\Windows\System32\curl.exe -L -o "%BUILDDIR%\patch.py" "https://raw.githubusercontent.com/techtonik/python-patch/master/patch.py"
python "%BUILDDIR%\patch.py" patch python "%BUILDDIR%\patch.py" patch
move "%BUILDDIR%\fbxsdk\lib\vs2017" "%BUILDDIR%\fbxsdk\lib\all" >nul move "%BUILDDIR%\fbxsdk\lib\vs2017" "%BUILDDIR%\fbxsdk\lib\all" >nul
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment