mirror of
https://github.com/boostorg/build.git
synced 2026-02-17 13:42:14 +00:00
quote command to permit spaces in directory names
[SVN r27452]
This commit is contained in:
@@ -51,7 +51,7 @@ if ! $(COMO_PATH_SETUP) # do this once
|
||||
COMO_BACKEND_SETUP ?= "call "\"$(COMO_BACKEND_PATH)\\..\\Common7\\Tools\\vsvars32"\" >nul" ;
|
||||
COMO_BASE_SETUP ?= "set \"COMO_BASE=$(COMO_BASE)\"" ;
|
||||
COMO_PATH_SETUP ?= "" ;
|
||||
COMO_CMD = $(COMO_BIN_DIRECTORY)como --$(COMO_BACKEND) ;
|
||||
COMO_CMD = \"$(COMO_BIN_DIRECTORY)como\" --$(COMO_BACKEND) ;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user