瀏覽代碼

Windows: Place full path to 7z.exe in quotes.

Keir Fraser 4 年之前
父節點
當前提交
bd6cf583dd
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Rules.mk

+ 1 - 1
Rules.mk

@@ -5,7 +5,7 @@ LD = $(TOOL_PREFIX)ld
 
 ifeq ($(OS), Windows_NT)
 PYTHON = python
-ZIP = C:/Program Files/7-Zip/7z.exe a
+ZIP = "C:/Program Files/7-Zip/7z.exe" a
 else
 PYTHON = python3
 ZIP = zip -r