mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 12:29:07 +00:00
Add openSUSE Tumbleweed to the list of supported Linux distributions in CMakeLists.txt
This commit is contained in:
@@ -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()
|
||||
|
||||
Binary file not shown.
Binary file not shown.
BIN
test/bun.lockb
BIN
test/bun.lockb
Binary file not shown.
Reference in New Issue
Block a user