zstd: build with CMake
CMake is used for static builds because the Makefile does not offer a way to disable the shared library.
This commit is contained in:
@@ -223,6 +223,10 @@ in {
|
||||
staticOnly = true;
|
||||
};
|
||||
|
||||
zstd = super.zstd.override {
|
||||
enableShared = false;
|
||||
};
|
||||
|
||||
llvmPackages_8 = super.llvmPackages_8 // {
|
||||
libraries = super.llvmPackages_8.libraries // rec {
|
||||
libcxxabi = super.llvmPackages_8.libraries.libcxxabi.override {
|
||||
|
||||
Reference in New Issue
Block a user