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.
This commit is contained in:
parent
d5d63640f8
commit
ffcdcfa9b1
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ build: binary modules manpage
|
||||||
binary: $NGX_OBJS${ngx_dirsep}nginx$ngx_binext
|
binary: $NGX_OBJS${ngx_dirsep}nginx$ngx_binext
|
||||||
|
|
||||||
$NGX_OBJS${ngx_dirsep}nginx$ngx_binext: $ngx_deps$ngx_spacer
|
$NGX_OBJS${ngx_dirsep}nginx$ngx_binext: $ngx_deps$ngx_spacer
|
||||||
\$(LINK) $ngx_long_start$ngx_binout$NGX_OBJS${ngx_dirsep}nginx$ngx_long_cont$ngx_objs$ngx_libs$ngx_link$ngx_main_link
|
\$(LINK) $ngx_long_start$ngx_binout$NGX_OBJS${ngx_dirsep}nginx$ngx_binext$ngx_long_cont$ngx_objs$ngx_libs$ngx_link$ngx_main_link
|
||||||
$ngx_rcc
|
$ngx_rcc
|
||||||
$ngx_long_end
|
$ngx_long_end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue