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:
commit
2bbec7d573
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue