]> granicus.if.org Git - php/commitdiff
Write the URL on a new line, so that it is easier copyable
authorKalle Sommer Nielsen <kalle@php.net>
Fri, 7 Jul 2017 02:15:13 +0000 (04:15 +0200)
committerKalle Sommer Nielsen <kalle@php.net>
Fri, 7 Jul 2017 02:15:13 +0000 (04:15 +0200)
win32/build/confutils.js

index 7b3cbb522c7e1901c88f77c2572d089b02eef3a0..3b45d6507fb8c6b3c22a85fc8f4382e939f40468 100644 (file)
@@ -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");
        }
 }