diff options
author | palange <palange@lindenlab.com> | 2009-11-05 17:51:50 -0800 |
---|---|---|
committer | palange <palange@lindenlab.com> | 2009-11-05 17:51:50 -0800 |
commit | ec32310c8602bf4dc69ed27e8c177cbd32c24411 (patch) | |
tree | 6bf8dfa322efacc8a802e3a56c4e693acb582258 /indra/mac_crash_logger | |
parent | 953b7ea550bb59f5ebc12c0dfc4e0a454da4f601 (diff) |
Removed search_dirs and dst_path arguments from ll_deploy_sharedlibs_command()
Fixed mac breakage.
Diffstat (limited to 'indra/mac_crash_logger')
-rw-r--r-- | indra/mac_crash_logger/CMakeLists.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/indra/mac_crash_logger/CMakeLists.txt b/indra/mac_crash_logger/CMakeLists.txt index 1c5a37c4c5..420e836e36 100644 --- a/indra/mac_crash_logger/CMakeLists.txt +++ b/indra/mac_crash_logger/CMakeLists.txt @@ -75,8 +75,6 @@ add_custom_command( ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}/mac-crash-logger.app/Contents/Resources/CrashReporter.nib ) -ll_deploy_sharedlibs_command( - mac-crash-logger - "${SHARED_LIB_STAGING_DIR}/${CMAKE_CFG_INTDIR};${ARCH_PREBUILT_DIRS}" - "../Resources") +ll_deploy_sharedlibs_command(mac-crash-logger) + |