This commit is contained in:
Arnaud 2025-10-15 12:52:53 +02:00
parent c37003c127
commit a126323bb6
No known key found for this signature in database
GPG Key ID: 20E40A5D3110766F

View File

@ -47,8 +47,7 @@ D = $$
run:
ifeq ($(OS),Windows_NT)
pwsh $(D)Env:Path += ";.\libs";
.\$(BIN_NAME)
pwsh -Command "$(D)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)