Skip to content
Snippets Groups Projects
Commit 3f1d638c authored by Virgile Prevosto's avatar Virgile Prevosto Committed by Andre Maroneze
Browse files

[machdep] allow launching make_machdep without arg

parent b038379f
No related branches found
No related tags found
No related merge requests found
...@@ -99,6 +99,9 @@ args, other_args = parser.parse_known_args() ...@@ -99,6 +99,9 @@ args, other_args = parser.parse_known_args()
if not args.compiler_flags: if not args.compiler_flags:
args.compiler_flags = ["-c"] args.compiler_flags = ["-c"]
if not args.cpp_arch_flags:
args.cpp_arch_flags = []
def make_schema(): def make_schema():
schema_filename = my_path.parent / "machdep-schema.yaml" schema_filename = my_path.parent / "machdep-schema.yaml"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment