Fix build-urls note (7c2ba4b)

Apparently backticks are hiding the string.
This commit is contained in:
Andrej730
2025-08-12 19:11:28 +05:00
parent 6a42ac7733
commit ffd1d52b4e
+1 -1
View File
@@ -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}