Skip to content

Commit c5f83f3

Browse files
committed
Write the URL on a new line, so that it is easier copyable
1 parent fc336c7 commit c5f83f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

win32/build/confutils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3389,7 +3389,7 @@ function check_binary_tools_sdk()
33893389

33903390
/* Basic test, extend by need. */
33913391
if (BIN_TOOLS_SDK_VER_MAJOR < 2) {
3392-
ERROR("Incompatible binary tools version. Please consult https://wiki.php.net/internals/windows/stepbystepbuild_sdk_2");
3392+
ERROR("Incompatible binary tools version. Please consult\r\nhttps://wiki.php.net/internals/windows/stepbystepbuild_sdk_2");
33933393
}
33943394
}
33953395

0 commit comments

Comments
 (0)