This commit is contained in:
Dion Moult
2024-05-08 09:45:05 +10:00
parent bc72c927c1
commit 984b1212a6
+1 -1
View File
@@ -160,7 +160,7 @@ Before running it follow the instructions descibed after `rem` tags.
mklink /D "%blenderbim%\bim" "%cd%\src\blenderbim\blenderbim\bim"
echo Copy over compiled IfcOpenShell files...
copy %blenderbim%\libs\site\packages\ifcopenshell\*_wrapper* %cd%\src\ifcopenshell-python\ifcopenshell\
copy "%blenderbim%\libs\site\packages\ifcopenshell\*_wrapper*" "%cd%\src\ifcopenshell-python\ifcopenshell\"
echo Remove the IfcOpenShell dependency...
rd /S /Q "%blenderbim%\libs\site\packages\ifcopenshell"