mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-12 06:32:09 +00:00
Minor Makefile fix
This commit is contained in:
@@ -266,8 +266,9 @@ endif
|
|||||||
# Required by IFCCityJSON
|
# Required by IFCCityJSON
|
||||||
mkdir dist/working
|
mkdir dist/working
|
||||||
cd dist/working && python -m venv env
|
cd dist/working && python -m venv env
|
||||||
cd dist/working && . env/bin/activate && pip install cjio
|
cd dist/working && mkdir site-packages
|
||||||
cp -r dist/working/env/Lib/site-packages dist/blenderbim/libs/site/packages/
|
cd dist/working && . env/bin/activate && pip install cjio --target=./site-packages
|
||||||
|
cp -r dist/working/site-packages/* dist/blenderbim/libs/site/packages/
|
||||||
rm -rf dist/working
|
rm -rf dist/working
|
||||||
|
|
||||||
ifeq ($(PLATFORM), linux)
|
ifeq ($(PLATFORM), linux)
|
||||||
|
|||||||
Reference in New Issue
Block a user