diff options
-rw-r--r-- | mesonbuild/mcompile.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mesonbuild/mcompile.py b/mesonbuild/mcompile.py index 372c853..7829ffc 100644 --- a/mesonbuild/mcompile.py +++ b/mesonbuild/mcompile.py @@ -54,7 +54,6 @@ def add_arguments(parser: 'argparse.ArgumentParser') -> None: action='store', dest='builddir', type=pathlib.Path, - required=True, default='.', help='The directory containing build files to be built.' ) |