diff --git a/Makefile b/Makefile index 116655e..f34a4df 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ endif run: ifeq ($(OS),Windows_NT) - pwsh -Command "$(PS_CMD)" + pwsh -Command '$(PS_CMD)' 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)