revert previous Makefile change

This commit is contained in:
Ivan FB 2026-04-03 22:41:08 +02:00
parent 75b9f26b1a
commit f3320fc642
No known key found for this signature in database
GPG Key ID: DF0C67A04C543270

View File

@ -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