diff options
author | Qyriad <qyriad@qyriad.me> | 2024-06-06 22:21:52 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@lix-systems> | 2024-06-06 22:21:52 +0000 |
commit | ec768df0046659e75974919f5923661a29ff52c9 (patch) | |
tree | 569c3b5a3158ae66d288059c8b8d9f6f271825da /src/libcmd | |
parent | 1659404626b80509db162fddcc1f5294fe590afa (diff) | |
parent | 766e718f6739e9098d18674bd71cb0f4bc5bbf43 (diff) |
Merge changes Ic4be41eb,I48db2385 into main
* changes:
devshells: only enable pch for clang
build: expose option to enable or disable precompiled std headers
Diffstat (limited to 'src/libcmd')
-rw-r--r-- | src/libcmd/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcmd/meson.build b/src/libcmd/meson.build index 4dc0714c8..3d92f36a4 100644 --- a/src/libcmd/meson.build +++ b/src/libcmd/meson.build @@ -54,7 +54,7 @@ libcmd = library( nlohmann_json, lix_doc ], - cpp_pch : ['../pch/precompiled-headers.hh'], + cpp_pch : cpp_pch, install : true, # FIXME(Qyriad): is this right? install_rpath : libdir, |