From e7fd64d514b0fb9b129e9a3ccc2feeb4aafcd9ed Mon Sep 17 00:00:00 2001 From: Arnaud Date: Wed, 15 Oct 2025 12:30:13 +0200 Subject: [PATCH] Debug --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3a6e0c4..b549f51 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,8 @@ build: run: ifeq ($(OS),Windows_NT) - pwsh -Command "$$env:PATH += ';./libs'; .\$(BIN_NAME)" + PS_CMD = $$env:PATH += ';./libs'; .\$(BIN_NAME) + pwsh -Command "$(PS_CMD)" else ifeq ($(UNAME_S),Darwin) # Instead of relying on install_name_tool, we can define DYLD_LIBRARY_PATH # DYLD_LIBRARY_PATH=$(LIBS_DIR) ./$(BIN_NAME)