From ccc027b95870b40e5d6e4dc0658e44135aea287f Mon Sep 17 00:00:00 2001 From: Arnaud Date: Wed, 15 Oct 2025 12:26:19 +0200 Subject: [PATCH] Debug windows --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4df4b6a..b2fa399 100644 --- a/Makefile +++ b/Makefile @@ -41,8 +41,7 @@ build: run: ifeq ($(OS),Windows_NT) - pwsh -Command "Copy-Item libs\libcodex.dll ." - pwsh -Command ".\$(BIN_NAME)" + 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)