diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-08-17 18:48:33 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-08-17 18:50:33 +0530 |
commit | e4550b63118765c0affd653234749a92fc51961f (patch) | |
tree | bbf3990cfcaa78dd97eb8d66d539b4e9caa0f308 /src/meson.build | |
parent | 37d813bf6be0570c6feab070002451bd6042b0d7 (diff) |
evanix: --max-build -> --max-builds
Diffstat (limited to 'src/meson.build')
-rw-r--r-- | src/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/meson.build b/src/meson.build index 4217858..4894e1c 100644 --- a/src/meson.build +++ b/src/meson.build @@ -24,7 +24,7 @@ foreach solver : ['sjf', 'highs', 'conformity'] test(f'evanix-@solver@', e, args: [ '--dry-run', '--close-unused-fd=false', - '--max-build=3', + '--max-builds=3', '--solver-report', f'--solver=@solver@', '--flake', |