27a0b36e2a
into mold. The library is not provided in openSUSE yet. OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/mold?expand=0&rev=96
14 lines
441 B
Diff
14 lines
441 B
Diff
diff --git a/third-party/blake3/c/CMakeLists.txt b/third-party/blake3/c/CMakeLists.txt
|
|
index 3aa6c15..4790918 100644
|
|
--- a/third-party/blake3/c/CMakeLists.txt
|
|
+++ b/third-party/blake3/c/CMakeLists.txt
|
|
@@ -31,7 +31,7 @@ set(BLAKE3_X86_NAMES i686 x86 X86)
|
|
set(BLAKE3_ARMv8_NAMES aarch64 AArch64 arm64 ARM64 armv8 armv8a)
|
|
|
|
# library target
|
|
-add_library(blake3
|
|
+add_library(blake3 STATIC
|
|
blake3.c
|
|
blake3_dispatch.c
|
|
blake3_portable.c
|