diff options
Diffstat (limited to 'src/nix/meson.build')
-rw-r--r-- | src/nix/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nix/meson.build b/src/nix/meson.build index e41399b5d..45303641f 100644 --- a/src/nix/meson.build +++ b/src/nix/meson.build @@ -89,6 +89,7 @@ nix = executable( boehm, nlohmann_json, ], + cpp_pch : ['../pch/precompiled-headers.hh'], install : true, # FIXME(Qyriad): is this right? install_rpath : libdir, |