Merge branch 'master' into ao

This commit is contained in:
Eric Wasylishen 2015-02-24 22:32:09 -07:00
commit 6e8f69379c
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