From ffd1d52b4e08c7c7973ae6267cd2b7423060da27 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Tue, 12 Aug 2025 19:11:28 +0500 Subject: [PATCH] Fix build-urls note (7c2ba4b) Apparently backticks are hiding the string. --- src/ifcopenshell-python/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcopenshell-python/Makefile b/src/ifcopenshell-python/Makefile index 1e929185de..d66ffdbf5e 100644 --- a/src/ifcopenshell-python/Makefile +++ b/src/ifcopenshell-python/Makefile @@ -68,7 +68,7 @@ IFCCONVERT_URL:=https://s3.amazonaws.com/ifcopenshell-builds/IfcConvert-v$(BINAR .PHONY: build-urls build-urls: - @echo "You can provide one of the 4 platforms (linux64, macos64, macosm164, win64) using `PLATFORM=xxx`." + @echo "You can provide one of the 4 platforms (linux64, macos64, macosm164, win64) using 'PLATFORM=xxx'." @echo ${IOS_URL} @echo ${IFCCONVERT_URL}