1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-24 11:19:35 +01:00

Merge pull request #14622 from roberth/meson-commandlet-deps

src/nix: Make meson compile <cmdlet> valid
This commit is contained in:
Sergei Zimmerman 2025-11-22 19:55:02 +00:00 committed by GitHub
commit 2bbec7d573
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -229,6 +229,7 @@ foreach linkname : nix_symlinks
env : {'MSYS' : 'winsymlinks:lnk'},
# TODO(Ericson2314): Don't do this once we have the `meson.override_find_program` working)
build_by_default : true,
depends : this_exe,
)
# TODO(Ericson3214): Doesn't yet work
#meson.override_find_program(linkname, t)
@ -250,6 +251,7 @@ custom_target(
env : {'MSYS' : 'winsymlinks:lnk'},
# TODO(Ericson2314): Don't do this once we have the `meson.override_find_program` working)
build_by_default : true,
depends : this_exe,
)
# TODO(Ericson3214): Doesn't yet work
#meson.override_find_program(linkname, t)