pocl: build experimental remote driver

This is a small driver and it will only get loaded at runtime if
explicitly requested, so building it unconditionally should not cause
any trouble.
This commit is contained in:
Jan Solanti 2024-07-03 16:44:48 +03:00
parent 3ba13bf12b
commit 22867a51e9

View File

@ -50,6 +50,8 @@ in stdenv.mkDerivation (finalAttrs: {
"-DENABLE_ICD=ON"
"-DCLANG=${clangWrapped}/bin/clang"
"-DCLANGXX=${clangWrapped}/bin/clang++"
"-DENABLE_REMOTE_CLIENT=ON"
"-DENABLE_REMOTE_SERVER=ON"
];
nativeBuildInputs = [