mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-24 11:26:54 +00:00
Minor fix
This commit is contained in:
@@ -445,7 +445,11 @@ endif
|
|||||||
mkdir dist/working
|
mkdir dist/working
|
||||||
cd dist/working && wget $(LXML_URL)
|
cd dist/working && wget $(LXML_URL)
|
||||||
cd dist/working && tar -xf lxml*
|
cd dist/working && tar -xf lxml*
|
||||||
|
ifeq ($(PLATFORM), win)
|
||||||
|
cp -r dist/working/Lib/site-packages/lxml dist/blenderbim/libs/site/packages/
|
||||||
|
else
|
||||||
cp -r dist/working/lib/$(PYLIBDIR)/site-packages/lxml dist/blenderbim/libs/site/packages/
|
cp -r dist/working/lib/$(PYLIBDIR)/site-packages/lxml dist/blenderbim/libs/site/packages/
|
||||||
|
endif
|
||||||
rm -rf dist/working
|
rm -rf dist/working
|
||||||
|
|
||||||
# Required by behave
|
# Required by behave
|
||||||
|
|||||||
Reference in New Issue
Block a user