diff options
author | Erik Kundiman <erik@megapahit.org> | 2025-06-25 17:26:44 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2025-06-25 17:26:44 +0800 |
commit | b62c99d379a3831059344b96c66c8ccb08acb49d (patch) | |
tree | b151858286965e2a1eb6da0781a2352922e83ff6 | |
parent | a8cbf9f7fa0b4eb131748e682e23c74d5cd001ce (diff) |
Revert "Link clog too to Windows arm64 Megapahit.exe"
This reverts commit aac750c57fbd22814958a112d6c262254243130f.
-rw-r--r-- | indra/newview/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 9046bccdd8..9ff70ee095 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -2107,10 +2107,6 @@ if (NOT (CMAKE_SYSTEM_NAME MATCHES FreeBSD OR ($ENV{MSYSTEM_CARCH} MATCHES aarch target_link_libraries(${VIEWER_BINARY_NAME} llwebrtc ) endif () -if ($ENV{MSYSTEM_CARCH} MATCHES aarch64) - target_link_libraries(${VIEWER_BINARY_NAME} clog) -endif () - if (ENABLE_MEDIA_PLUGINS) target_link_libraries(${VIEWER_BINARY_NAME} ll::libvlc ) if (DARWIN OR LINUX) |