diff --git a/CMakeLists.txt b/CMakeLists.txt index b64e7b4c48..db2d61d849 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -278,7 +278,7 @@ endif() if(UNIX AND NOT APPLE) execute_process(COMMAND grep -w "NAME" /etc/os-release OUTPUT_VARIABLE LINUX_DISTRO) - if(${LINUX_DISTRO} MATCHES "NAME=\"(Arch|Manjaro|Artix) Linux\"\n") + if(${LINUX_DISTRO} MATCHES "NAME=\"(Arch|Manjaro|Artix|openSuse Tumbleweed) Linux\"|NAME=\"openSUSE Tumbleweed\"\n") set(DEFAULT_USE_STATIC_LIBATOMIC OFF) endif() endif() diff --git a/bun.lockb b/bun.lockb index 2062b91a58..90d939917c 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/packages/bun-error/bun.lockb b/packages/bun-error/bun.lockb index c9b96711d2..144d2a4859 100755 Binary files a/packages/bun-error/bun.lockb and b/packages/bun-error/bun.lockb differ diff --git a/src/node-fallbacks/bun.lockb b/src/node-fallbacks/bun.lockb index 5404f18794..eab0905a88 100755 Binary files a/src/node-fallbacks/bun.lockb and b/src/node-fallbacks/bun.lockb differ diff --git a/test/bun.lockb b/test/bun.lockb index c6f0b8b42f..a8719f6b61 100755 Binary files a/test/bun.lockb and b/test/bun.lockb differ