]> git.kaiwu.me - nginx.git/commit
Configure: added explicit ngx_binext to the linker output argument.
authorSergey Kandaurov <pluknet@nginx.com>
Wed, 30 Jan 2019 16:28:27 +0000 (19:28 +0300)
committerSergey Kandaurov <pluknet@nginx.com>
Wed, 30 Jan 2019 16:28:27 +0000 (19:28 +0300)
commit097b1121fdb314ad448b32fe3801177ec69530b5
treec53d8cd561d9838e9ef2f024ca6aad70e1ae585f
parenta05e7555ce2ffa91f9b071f896e2541580628477
Configure: added explicit ngx_binext to the linker output argument.

Unlike with GCC or MSVC, Clang linker doesn't auto-append ".exe" to the name
of the output binary when building on win32.
auto/make