From c3c09c0e10bec814d1220e52f57b741c14d51f44 Mon Sep 17 00:00:00 2001 From: bergwerkgis Date: Mon, 21 Sep 2015 14:13:41 +0200 Subject: [PATCH] [wip] AppVeyor --- scripts/build-appveyor.bat | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/build-appveyor.bat b/scripts/build-appveyor.bat index 6cbea83a5..fe5329117 100644 --- a/scripts/build-appveyor.bat +++ b/scripts/build-appveyor.bat @@ -6,6 +6,8 @@ ECHO =========== %~f0 =========== SET PATH=C:\Python27;%PATH% SET PATH=C:\Program Files\7-Zip;%PATH% +:: *nix style find command: +SET PATH=C:\Program Files (x86)\Git\bin\find.exe;%PATH% ::cloning mapnik-gyp if EXIST mapnik-gyp ECHO mapnik-gyp already cloned && GOTO MAPNIK_GYP_ALREADY_HERE