zydis: propagate zycore dependency
This fixes issues with using CMake `find_package` to link Zydis, which in turn attempts to `find_package` Zycore.
This commit is contained in:
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
buildInputs = [ zycore ];
|
||||
propagatedBuildInputs = [ zycore ];
|
||||
cmakeFlags = [
|
||||
"-DCMAKE_INSTALL_LIBDIR=lib"
|
||||
"-DCMAKE_INSTALL_INCLUDEDIR=include"
|
||||
|
||||
Reference in New Issue
Block a user