mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mingw-cross-env-list] where is BUILD_STATIC defined


From: Hansni Liu
Subject: Re: [Mingw-cross-env-list] where is BUILD_STATIC defined
Date: Wed, 16 Mar 2016 11:38:49 +0800

Thanks for you kind response.
So it builds static library for static toolchain, eg. x86_64-w64-mingw32.static.
Is that possible to build shared library with static toolchain by modifying the line mentioned above?

Thanks.
Hansni

2016-03-16 1:07 GMT+08:00 Nagaev Boris <address@hidden>:
On Tue, Mar 15, 2016 at 2:43 PM, Hansni Liu <address@hidden> wrote:
> Hi,
> I've digged into the Makefile system to look for where BUILD_STATIC is
> defined.  But I cannot find it. Anyone kind to tell me that?
>
> Thanks.
> hansni

Hello,

it is defined here:
build-only-$(1)_$(3): BUILD_$(if $(findstring shared,$(3)),SHARED,STATIC) = TRUE


--


Best regards,
Boris Nagaev


reply via email to

[Prev in Thread] Current Thread [Next in Thread]