diff options
| author | Erik Kundiman <erik@megapahit.org> | 2025-06-25 17:37:48 +0800 | 
|---|---|---|
| committer | Erik Kundiman <erik@megapahit.org> | 2025-06-25 17:37:48 +0800 | 
| commit | 692c047a9e952779b81bda0d8b040e9729e1793c (patch) | |
| tree | 1bd361e1801fba8ee6689118a2b7bfa1f19ca6fa /indra/llplugin | |
| parent | b62c99d379a3831059344b96c66c8ccb08acb49d (diff) | |
Revert "Link clog too to Windows arm64 SLPlugin"
This reverts commit 98e99812072e6125411174236e1421d9312a50da.
Diffstat (limited to 'indra/llplugin')
| -rw-r--r-- | indra/llplugin/slplugin/CMakeLists.txt | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/indra/llplugin/slplugin/CMakeLists.txt b/indra/llplugin/slplugin/CMakeLists.txt index 03a057fbcb..2100e6f556 100644 --- a/indra/llplugin/slplugin/CMakeLists.txt +++ b/indra/llplugin/slplugin/CMakeLists.txt @@ -49,10 +49,6 @@ target_link_libraries(SLPlugin          ll::pluginlibraries          ) -if ($ENV{MSYSTEM_CARCH} MATCHES aarch64) -  target_link_libraries(${PROJECT_NAME} clog) -endif () -  if (DARWIN)    # Make sure the app bundle has a Resources directory (it will get populated by viewer-manifest.py later)    add_custom_command( | 
