From c5f83f3426f6920bfd5814b85c6fd6ffcffcdddb Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Fri, 7 Jul 2017 04:15:13 +0200 Subject: [PATCH] Write the URL on a new line, so that it is easier copyable --- win32/build/confutils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32/build/confutils.js b/win32/build/confutils.js index 7b3cbb522c..3b45d6507f 100644 --- a/win32/build/confutils.js +++ b/win32/build/confutils.js @@ -3389,7 +3389,7 @@ function check_binary_tools_sdk() /* Basic test, extend by need. */ if (BIN_TOOLS_SDK_VER_MAJOR < 2) { - ERROR("Incompatible binary tools version. Please consult https://wiki.php.net/internals/windows/stepbystepbuild_sdk_2"); + ERROR("Incompatible binary tools version. Please consult\r\nhttps://wiki.php.net/internals/windows/stepbystepbuild_sdk_2"); } } -- 2.50.1