Ver Fonte

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

Keir Fraser há 4 anos atrás
pai
commit
bd6cf583dd
1 ficheiros alterados com 1 adições e 1 exclusões
  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