]> granicus.if.org Git - libmatroska/commitdiff
libebml/libmatroska: compile under MinGW32 even if the source path has spaces
authorSteve Lhomme <slhomme@matroska.org>
Sun, 15 Aug 2010 13:15:29 +0000 (13:15 +0000)
committerSteve Lhomme <slhomme@matroska.org>
Sun, 15 Aug 2010 13:15:29 +0000 (13:15 +0000)
git-svn-id: https://matroska.svn.sourceforge.net/svnroot/matroska/trunk/libmatroska@505 a6f86f6d-0131-4f8e-9e7b-e335508773d5

make/mingw32/Makefile

index c7cfec8f271f153551308f2c075e03c234f33474..f27a59057c01c20e6c095739aa21a07a6e3fb53a 100644 (file)
@@ -43,7 +43,7 @@ FLAGS += -DEBML_DLL
 endif\r
 endif\r
 CWD = $(shell pwd)\r
-INCS = -I$(CWD)/../.. -I$(EBML_DIR)\r
+INCS = -I"$(CWD)/../.." -I$(EBML_DIR)\r
 LDFLAGS = -L. -L$(EBML_DIR)/make/mingw32\r
 COMPILEFLAGS = $(DEBUGFLAGS) $(INCS) $(FLAGS) $(CXXFLAGS)\r
 TESTS = test6 test8 test9\r