diff options
author | Matt Turner <mattst88@gmail.com> | 2024-07-22 18:56:27 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2024-08-05 15:42:43 -0400 |
commit | 8d9cf1a5844c74810ee06d53cc3ea4052dc561f9 (patch) | |
tree | 5fac1a143313669e4ebb3b2253ffa813a9b13fb4 /mesa-run | |
parent | a7e9e2216553750130946776e857f4f7be678d25 (diff) |
mesa-run: Print configuration command
Diffstat (limited to 'mesa-run')
-rwxr-xr-x | mesa-run | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -60,6 +60,7 @@ configure) "${extra_args[@]}" "${builddir}" ) + echo meson setup --reconfigure "${args[@]}" exec meson setup --reconfigure "${args[@]}" ;; build) |