mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-19 06:41:57 +01:00
11 lines
215 B
Diff
11 lines
215 B
Diff
--- a/3rdparty/zstd/CMakeLists.txt
|
|
+++ b/3rdparty/zstd/CMakeLists.txt
|
|
@@ -1,3 +1,7 @@
|
|
+find_package(PkgConfig)
|
|
+pkg_check_modules(zstd REQUIRED libzstd)
|
|
+return()
|
|
+
|
|
enable_language(C ASM)
|
|
|
|
add_library(pcsx2-zstd
|