Skip to content

Commit

Permalink
meson: prefer build result for test instead of current PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
Origami404 committed Jun 24, 2024
1 parent 16beb7b commit 37f3ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixd/tools/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ nixd_attrset_eval = executable(

regression_controller_env = environment()

regression_controller_env.append('PATH', meson.current_build_dir())
regression_controller_env.prepend('PATH', meson.current_build_dir())
regression_controller_env.set('MESON_BUILD_ROOT', meson.current_build_dir())
regression_controller_env.set('NIXD_ATTRSET_EVAL', nixd_attrset_eval.path())

Expand Down

0 comments on commit 37f3ada

Please sign in to comment.