From b27fe6f736dd22ddc6d98ce5b689399226fffcca Mon Sep 17 00:00:00 2001 From: Arnaud Date: Wed, 15 Oct 2025 12:39:52 +0200 Subject: [PATCH] debug --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f34a4df..2cf51bb 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ endif run: ifeq ($(OS),Windows_NT) - pwsh -Command '$(PS_CMD)' + pwsh -Command '$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)