From 1ea4a49335da2893e2a6b8fe5c26d75fe9453055 Mon Sep 17 00:00:00 2001 From: Eric <5089238+emizzle@users.noreply.github.com> Date: Wed, 15 Oct 2025 21:43:37 +1100 Subject: [PATCH] add windows debug --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ac5d717..3f04a37 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,9 @@ build: run: ifeq ($(OS),Windows_NT) - pwsh -File ..\scripts\run-windows.ps1 -BinaryName $(BIN_NAME) + @echo "Current directory: $(CURDIR)" + @dir ..\scripts\run-windows.ps1 + pwsh -File $(CURDIR)..\scripts\run-windows.ps1 -BinaryName $(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)