mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-24 20:50:02 +00:00
indentation
This commit is contained in:
@@ -333,12 +333,12 @@ endif
|
|||||||
cd dist/working && wget $(SHAPELY_URL)
|
cd dist/working && wget $(SHAPELY_URL)
|
||||||
cd dist/working && cp *.whl shapely.zip && unzip shapely.zip
|
cd dist/working && cp *.whl shapely.zip && unzip shapely.zip
|
||||||
cp -r dist/working/shapely dist/blenderbim/libs/site/packages/
|
cp -r dist/working/shapely dist/blenderbim/libs/site/packages/
|
||||||
ifeq ($(PLATFORM), win)
|
ifeq ($(PLATFORM), win)
|
||||||
cp -r dist/working/Shapely.libs dist/blenderbim/libs/site/packages/
|
cp -r dist/working/Shapely.libs dist/blenderbim/libs/site/packages/
|
||||||
endif
|
endif
|
||||||
ifeq ($(PLATFORM), linux)
|
ifeq ($(PLATFORM), linux)
|
||||||
cp -r dist/working/Shapely.libs dist/blenderbim/libs/site/packages/
|
cp -r dist/working/Shapely.libs dist/blenderbim/libs/site/packages/
|
||||||
endif
|
endif
|
||||||
rm -rf dist/working
|
rm -rf dist/working
|
||||||
|
|
||||||
# Required by xerparser and IFC4D
|
# Required by xerparser and IFC4D
|
||||||
|
|||||||
Reference in New Issue
Block a user