mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-14 11:24:19 +00:00
Fix makefile to build just one plugin, since import and export are merged now
This commit is contained in:
@@ -9,7 +9,8 @@ endif
|
|||||||
cd dist && unzip ifcblender*
|
cd dist && unzip ifcblender*
|
||||||
cp -r io_export_ifc dist/
|
cp -r io_export_ifc dist/
|
||||||
cp -r dist/io_import_scene_ifc/ifcopenshell dist/io_export_ifc/
|
cp -r dist/io_import_scene_ifc/ifcopenshell dist/io_export_ifc/
|
||||||
cd dist && zip -r blender28-bim-`date '+%y%m%d'`-$(PLATFORM).zip io_export_ifc io_import_scene_ifc
|
rm -rf dist/io_import_scene_ifc
|
||||||
|
cd dist && zip -r blender28-bim-`date '+%y%m%d'`-$(PLATFORM).zip io_export_ifc
|
||||||
cd dist && rm -rf io_* && rm ifcblender-python-37-v0.6.0-b4ce5be-$(PLATFORM)64.zip
|
cd dist && rm -rf io_* && rm ifcblender-python-37-v0.6.0-b4ce5be-$(PLATFORM)64.zip
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
|
|||||||
Reference in New Issue
Block a user