From 3af4407a16e188bfee0dc91b171decee1b8966eb Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Wed, 2 May 2018 16:01:05 -0700 Subject: Get basic native config file loading working --- mesonbuild/msetup.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mesonbuild/msetup.py') diff --git a/mesonbuild/msetup.py b/mesonbuild/msetup.py index ce03f43..f9a5e1c 100644 --- a/mesonbuild/msetup.py +++ b/mesonbuild/msetup.py @@ -29,6 +29,10 @@ def add_arguments(parser): coredata.register_builtin_arguments(parser) parser.add_argument('--cross-file', default=None, help='File describing cross compilation environment.') + parser.add_argument('--native-file', + default=[], + action='append', + help='File containing overrides for native compilation environment.') parser.add_argument('-v', '--version', action='version', version=coredata.version) parser.add_argument('--profile-self', action='store_true', dest='profile', -- cgit v1.1