aboutsummaryrefslogtreecommitdiff
path: root/src/meson.build
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-08-17 18:48:33 +0530
committersinanmohd <sinan@sinanmohd.com>2024-08-17 18:50:33 +0530
commite4550b63118765c0affd653234749a92fc51961f (patch)
treebbf3990cfcaa78dd97eb8d66d539b4e9caa0f308 /src/meson.build
parent37d813bf6be0570c6feab070002451bd6042b0d7 (diff)
evanix: --max-build -> --max-builds
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build2
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',