From 559cd780b3b69cede7cf1ffc686af7162ad938ed Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Fri, 13 Sep 2013 21:40:07 -0400 Subject: [PATCH] Windows: must use backslash for makefile exist test Change-Id: Ifb8c7b88be92a856073e1001ace60ac43c69eb6d --- NTMakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NTMakefile b/NTMakefile index 00c5a54f0..9848a7897 100644 --- a/NTMakefile +++ b/NTMakefile @@ -29,7 +29,7 @@ # POSSIBILITY OF SUCH DAMAGE. # -!if exist(thirdparty/NTMakefile) +!if exist("thirdparty\NTMakefile") thirdparty=thirdparty !endif