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/win_updater | |
parent | 953b7ea550bb59f5ebc12c0dfc4e0a454da4f601 (diff) |
Removed search_dirs and dst_path arguments from ll_deploy_sharedlibs_command()
Fixed mac breakage.
Diffstat (limited to 'indra/win_updater')
-rw-r--r-- | indra/win_updater/CMakeLists.txt | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/indra/win_updater/CMakeLists.txt b/indra/win_updater/CMakeLists.txt index 9e18555ea9..82347adf20 100644 --- a/indra/win_updater/CMakeLists.txt +++ b/indra/win_updater/CMakeLists.txt @@ -34,8 +34,5 @@ set_target_properties(windows-updater LINK_FLAGS_DEBUG "/NODEFAULTLIB:\"LIBCMT;LIBCMTD;MSVCRT\"" ) -# The windows-updater -#ll_deploy_sharedlibs_command( -# windows-updater -# "${SHARED_LIB_STAGING_DIR}/${CMAKE_CFG_INTDIR}" -# ".") +# The windows-updater doesn't link against anything non-system, apparently +#ll_deploy_sharedlibs_command(windows-updater)
\ No newline at end of file |