mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
don't create bundle for static libs
This commit is contained in:
parent
691947449c
commit
cb3edda46d
@ -508,7 +508,7 @@
|
|||||||
#defer link_as_bundle $[and $[OSX_PLATFORM],$[LINK_AS_BUNDLE]]
|
#defer link_as_bundle $[and $[OSX_PLATFORM],$[LINK_AS_BUNDLE]]
|
||||||
|
|
||||||
// On OSX 10.4, we need to have both a .dylib and an .so file.
|
// On OSX 10.4, we need to have both a .dylib and an .so file.
|
||||||
#defer link_extra_bundle $[and $[OSX_PLATFORM],$[or $[LINK_EXTRA_BUNDLE],$[BUNDLE_EXT]],$[not $[LINK_AS_BUNDLE]],$[not $[LINK_ALL_STATIC]]]
|
#defer link_extra_bundle $[and $[OSX_PLATFORM],$[or $[LINK_EXTRA_BUNDLE],$[BUNDLE_EXT]],$[not $[LINK_AS_BUNDLE]],$[not $[LINK_ALL_STATIC]],$[not $[lib_is_static]]]
|
||||||
|
|
||||||
// The default library extension various based on the OS.
|
// The default library extension various based on the OS.
|
||||||
#defer dynamic_lib_ext $[DYNAMIC_LIB_EXT]
|
#defer dynamic_lib_ext $[DYNAMIC_LIB_EXT]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user