소스 검색

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