Commit 22867a51 authored by Jan Solanti's avatar Jan Solanti
Browse files

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.
parent 3ba13bf1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 = [