Mentions légales du service

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

sip module name change

parent f945b74d
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ SET "FBXSDK_ROOT=%FBXSDKDIR%"
SET "SIP_ROOT=%SIPDIR%"
python "%FBXSDKPYTHONDIR%"/PythonBindings.py Python3_x64
copy "%FBXSDKPYTHONDIR%\build\Distrib\site-packages\fbx\*" "%FBXDIR%"
copy "%SIPINSTALLDIR%\sip.pyd" "%FBXDIR%"
copy "%SIPINSTALLDIR%\fbxsip.pyd" "%FBXDIR%"
%vs_buildtoolsexe% uninstall --quiet --wait --norestart --nocache --installPath "%BUILDTOOLSDIR%" --remove Microsoft.VisualStudio.Component.Windows10SDK.10240 --remove Microsoft.VisualStudio.Component.Windows10SDK.10586 --remove Microsoft.VisualStudio.Component.Windows10SDK.14393 --remove Microsoft.VisualStudio.Component.Windows81SDK --remove Microsoft.VisualStudio.Workload.VCTools --remove Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --remove Microsoft.VisualStudio.Component.Windows10SDK || IF "%ERRORLEVEL%"=="3010" EXIT 0
popd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment