monado: use absolute runtime path in manifest
It used a weird mangled relative path that didn't work before and we have the luxury that absolute paths always work exactly as we want them with Nix.
This commit is contained in:
@@ -67,6 +67,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
cmakeFlags = [
|
||||
"-DXRT_FEATURE_SERVICE=${if serviceSupport then "ON" else "OFF"}"
|
||||
"-DXRT_OPENXR_INSTALL_ABSOLUTE_RUNTIME_PATH=ON"
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user