Skip to content

Commit d1b81ee

Browse files
committed
- update submodules, skip implicit all with passing -cfg
1 parent 59e6799 commit d1b81ee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

scripts/pmbuild.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1487,7 +1487,7 @@ def main():
14871487
sys.argv.remove(arg)
14881488

14891489
# add implicit all
1490-
if "-help" not in special_args and "-clean" not in special_args:
1490+
if "-help" not in special_args and "-clean" not in special_args and "-cfg" not in special_args:
14911491
if len(sys.argv) == 2 and profile_pos == 1:
14921492
special_args.append("-all")
14931493

0 commit comments

Comments
 (0)