From d6bc0597bb877956872c1bb95ae7cba57fb3c30f Mon Sep 17 00:00:00 2001 From: Tobiasz Laskowski Date: Sun, 30 Jun 2024 10:03:09 +0100 Subject: [PATCH] [make] Use neko version 2.4.0-rc.1 This version fixes a permission issue with universal mac binaries --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 30875b80ad6..e5909114cd7 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ PACKAGE_FILE_NAME=haxe_$(COMMIT_DATE)_$(COMMIT_SHA) HAXE_VERSION=$(shell $(CURDIR)/$(HAXE_OUTPUT) -version 2>&1 | awk '{print $$1;}') HAXE_VERSION_SHORT=$(shell echo "$(HAXE_VERSION)" | grep -oE "^[0-9]+\.[0-9]+\.[0-9]+") -NEKO_VERSION=2.4.0-rc +NEKO_VERSION=2.4.0-rc.1 NEKO_MAJOR_VERSION=$(shell echo "$(NEKO_VERSION)" | grep -oE "^[0-9]+") NEKO_VERSION_TAG=v$(shell echo "$(NEKO_VERSION)" | sed "s/\./-/g")