Browse Source

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

Keir Fraser 4 năm trước cách đây
mục cha
commit
bd6cf583dd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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