From f3320fc6428ddc401203bd54f2a2f73f2686900d Mon Sep 17 00:00:00 2001 From: Ivan FB Date: Fri, 3 Apr 2026 22:41:08 +0200 Subject: [PATCH] revert previous Makefile change --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index 57daa0c85..d6b38febb 100644 --- a/Makefile +++ b/Makefile @@ -18,10 +18,6 @@ ifneq (,$(findstring MINGW,$(detected_OS))) detected_OS := Windows endif -# Use a local .nimble dir to avoid interfering with other Nim repos -export NIMBLE_DIR := $(CURDIR)/.nimble -export NIMBLE_PKGS_DIR := $(CURDIR)/.nimble/pkgs - # NIM binary location NIM_BINARY := $(shell which nim) NPH := $(CURDIR)/nimbledeps/bin/nph