We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 806975c commit 51211dcCopy full SHA for 51211dc
1 file changed
src/ifcopenshell-python/Makefile
@@ -52,8 +52,8 @@ ifeq ($(PLATFORM), win64)
52
PLATFORMTAG:=win_amd64
53
endif
54
55
-IOS_URL:=https://s3.amazonaws.com/ifcopenshell-builds/ifcopenshell-python-$(PYNUMBER)-v0.7.11-f5e02d1-$(PLATFORM).zip
56
-IFCCONVERT_URL:=https://s3.amazonaws.com/ifcopenshell-builds/IfcConvert-v0.7.11-f5e02d1-$(PLATFORM).zip
+IOS_URL:=https://s3.amazonaws.com/ifcopenshell-builds/ifcopenshell-python-$(PYNUMBER)-v$(VERSION)-f5e02d1-$(PLATFORM).zip
+IFCCONVERT_URL:=https://s3.amazonaws.com/ifcopenshell-builds/IfcConvert-v$(VERSION)-f5e02d1-$(PLATFORM).zip
57
58
.PHONY: test
59
test:
0 commit comments