From 4e769e216bc14be03dee114a323385b49f9eb9b8 Mon Sep 17 00:00:00 2001 From: Eric <5089238+emizzle@users.noreply.github.com> Date: Wed, 15 Oct 2025 21:55:52 +1100 Subject: [PATCH] remove debug, try forward slash --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index c6dbcc2..868f343 100644 --- a/Makefile +++ b/Makefile @@ -41,9 +41,7 @@ build: run: ifeq ($(OS),Windows_NT) - @echo "path to script: $(CURDIR)\.github\scripts\run-windows.ps1" - @dir $(CURDIR)\.github\scripts - pwsh -File $(CURDIR)\.github\scripts\run-windows.ps1 -BinaryName $(BIN_NAME) + pwsh -File $(CURDIR)/.github/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)