make --static default if configured with --disable-shared
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16972 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
2076893b53
commit
2bffed64c5
3 changed files with 244 additions and 229 deletions
|
|
@ -8,7 +8,7 @@ CXX="@CXX@"
|
|||
LD="@SHARED_LD@"
|
||||
cross_compiling=@cross_compiling@
|
||||
target=@host_alias@
|
||||
static_flag=no
|
||||
static_flag=@STATIC_FLAG@
|
||||
|
||||
usage()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue