don't install builtin 3rd party libs with shared version, only with static one
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22733 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -217,6 +217,11 @@
|
||||
|
||||
<template id="3rdparty_lib" template="common_settings,anylib">
|
||||
<libname>$(id)$(WXDEBUGFLAG)$(HOST_SUFFIX)</libname>
|
||||
<!--
|
||||
we want to install 3rd party libs system-wide only with static
|
||||
version of wxWindows; otherwise they are embedded in shared libs:
|
||||
-->
|
||||
<install-if>SHARED=='0'</install-if>
|
||||
</template>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user