From 48d4fac4a0155eb8e1a70558da298baa83a1651b Mon Sep 17 00:00:00 2001 From: Gabriel mermelstein Date: Fri, 6 Jun 2025 10:02:18 +0200 Subject: [PATCH] chore: setting link_ocre=0 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 31788b2..20acdab 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,8 @@ .PHONY: libsds export BUILD_SYSTEM_DIR := vendor/nimbus-build-system +LINK_PCRE := 0 + # we don't want an error here, so we can handle things later, in the ".DEFAULT" target -include $(BUILD_SYSTEM_DIR)/makefiles/variables.mk