[PATCH] Use .exe for binaries for all win32 compilers
Maxim Dounin
mdounin at mdounin.ru
Tue Jun 6 14:12:29 UTC 2017
Hello!
On Tue, Jun 06, 2017 at 01:58:17PM +0300, Orgad Shaneh wrote:
> ---
> auto/cc/conf | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/auto/cc/conf b/auto/cc/conf
> index afbca62b..19a231aa 100644
> --- a/auto/cc/conf
> +++ b/auto/cc/conf
> @@ -144,7 +144,9 @@ fi
> CFLAGS="$CFLAGS $NGX_CC_OPT"
> NGX_TEST_LD_OPT="$NGX_LD_OPT"
>
> -if [ "$NGX_PLATFORM" != win32 ]; then
> +if [ "$NGX_PLATFORM" = win32 ]; then
> + ngx_binext=".exe"
> +else
>
> if test -n "$NGX_LD_OPT"; then
> ngx_feature=--with-ld-opt=\"$NGX_LD_OPT\"
> --
> 2.13.0.windows.1.7.g80a6209eb5
http://mailman.nginx.org/pipermail/nginx-devel/2016-December/009234.html
--
Maxim Dounin
http://nginx.org/
More information about the nginx-devel
mailing list