From 9e39a2c6b3c81ea0257868419497f4f845317de4 Mon Sep 17 00:00:00 2001 From: William Bonnaventure Date: Sun, 22 Oct 2017 20:49:45 +0200 Subject: [PATCH] Try to fix Windows build --- update-dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-dependencies.sh b/update-dependencies.sh index e7812f8..58694ed 100755 --- a/update-dependencies.sh +++ b/update-dependencies.sh @@ -3,7 +3,7 @@ echo "preparing the latest version of 3rd-party dependencies ...\r\n" cd qhttp -mkdir -p 3rdparty +mkdir 3rdparty cd 3rdparty echo "--> nodejs / http-parser"