From a126323bb690339b0913a752e01e703638433fb8 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Wed, 15 Oct 2025 12:52:53 +0200 Subject: [PATCH] debug --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 420e4ec..bcdd330 100644 --- a/Makefile +++ b/Makefile @@ -47,8 +47,7 @@ D = $$ run: ifeq ($(OS),Windows_NT) - pwsh $(D)Env:Path += ";.\libs"; - .\$(BIN_NAME) + pwsh -Command "$(D)Env:Path += ';.\libs'; .\$(BIN_NAME)" 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)