diff options
author | Qyriad <qyriad@qyriad.me> | 2024-06-01 19:17:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@lix-systems> | 2024-06-01 19:17:13 +0000 |
commit | d374a9908f8f92e479c736a160ef90af6df4ca94 (patch) | |
tree | 55020ae4d9c9aa6855b177a648e9bf88147e1826 /src/nix | |
parent | b8cb7abcf08be01a291c970164a3f44dfca0ddbf (diff) | |
parent | e54d4c9381492d44a69469a0e719fea50e9914f3 (diff) |
Merge "build: fix static linking with a hack" into main
Diffstat (limited to 'src/nix')
-rw-r--r-- | src/nix/meson.build | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/nix/meson.build b/src/nix/meson.build index 45303641f..8115a3d08 100644 --- a/src/nix/meson.build +++ b/src/nix/meson.build @@ -81,10 +81,10 @@ nix = executable( nix2_commands_sources, dependencies : [ liblixcmd, - liblixutil, - liblixstore, - liblixexpr, - liblixfetchers, + liblixutil_mstatic, + liblixstore_mstatic, + liblixexpr_mstatic, + liblixfetchers_mstatic, liblixmain, boehm, nlohmann_json, |