diff options
author | Christian Askeland <christian.askeland@gmail.com> | 2016-02-11 13:15:06 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-02-11 13:49:06 (GMT) |
commit | e422f738e4eb27dbf24a0b45d56e0f21a1d45cbc (patch) | |
tree | 56572857d5fe27c0e2a454b29964f1be4c48e1b6 /Source/kwsys | |
parent | d83abbf9e3f0d5c46ef7f828c7b49f3413647fee (diff) | |
download | CMake-e422f738e4eb27dbf24a0b45d56e0f21a1d45cbc.zip CMake-e422f738e4eb27dbf24a0b45d56e0f21a1d45cbc.tar.gz CMake-e422f738e4eb27dbf24a0b45d56e0f21a1d45cbc.tar.bz2 |
BundleUtilities: Fix treatment of .dylib inside .framework folders
The specific cause is when e.g.
/Library/Frameworks/GStreamer.framework/Versions/1.0/lib/libgio-2.0.0.dylib
is detected by fixup_bundle. set_bundle_key_values() interprets this as
a framework, thus doing a string replace that creates an embedded_item
that is equal to the original path, i.e. it is not embedded.
Diffstat (limited to 'Source/kwsys')
0 files changed, 0 insertions, 0 deletions