Skip to content

Commit 51211dc

Browse files
committed
ifcopenshell makefile - use VERSION
1 parent 806975c commit 51211dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/ifcopenshell-python/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ ifeq ($(PLATFORM), win64)
5252
PLATFORMTAG:=win_amd64
5353
endif
5454

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
55+
IOS_URL:=https://s3.amazonaws.com/ifcopenshell-builds/ifcopenshell-python-$(PYNUMBER)-v$(VERSION)-f5e02d1-$(PLATFORM).zip
56+
IFCCONVERT_URL:=https://s3.amazonaws.com/ifcopenshell-builds/IfcConvert-v$(VERSION)-f5e02d1-$(PLATFORM).zip
5757

5858
.PHONY: test
5959
test:

0 commit comments

Comments
 (0)