From 02398dbbd37f35ccd543eaee2f7b3bde9c528488 Mon Sep 17 00:00:00 2001 From: Ivan FB Date: Sat, 4 Apr 2026 17:34:10 +0200 Subject: [PATCH] Makefile nph path is now global --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 055808819..ef4f65731 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ endif # NIM binary location NIM_BINARY := $(shell which nim) -NPH := $(CURDIR)/nimbledeps/bin/nph +NPH := $(HOME)/.nimble/bin/nph NIMBLEDEPS_STAMP := nimbledeps/.nimble-setup # Compilation parameters