use windows paths

This commit is contained in:
Eric 2025-10-15 21:39:58 +11:00
parent 14f791ad16
commit 56ca9414ba
No known key found for this signature in database

View File

@ -41,7 +41,7 @@ build:
run:
ifeq ($(OS),Windows_NT)
pwsh -File ../scripts/run-windows.ps1 -BinaryName $(BIN_NAME)
pwsh -File ..\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)