From ba066ff8997efa5c4c8fe63a567e4a6fd20a7f6b Mon Sep 17 00:00:00 2001 From: "Christoph M. Wintersteiger" Date: Wed, 8 Apr 2015 11:54:25 +0100 Subject: [PATCH] Bugfix for build scripts. Partially fixes #27 --- scripts/mk_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mk_util.py b/scripts/mk_util.py index cece133dd..6c8230f3b 100644 --- a/scripts/mk_util.py +++ b/scripts/mk_util.py @@ -572,7 +572,7 @@ def parse_options(): LINUX_X64=False elif opt in ('-h', '--help'): display_help(0) - elif opt in ('-m', '--onlymakefiles'): + elif opt in ('-m', '--makefiles'): ONLY_MAKEFILES = True elif opt in ('-c', '--showcpp'): SHOW_CPPS = True