Makefile: support building in a path containing spaces

This commit is contained in:
Eric Wasylishen 2015-02-22 20:35:57 -07:00
parent 15a4e160f2
commit 1d05f97769
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ $(shell \
SYSNAME := $(shell uname -s)
TOPDIR := $(shell pwd)
TOPDIR := "$(shell pwd)"
ifneq (,$(findstring MINGW32,$(SYSNAME)))
HOST_OS = WIN32
else