We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f139d7 commit 652062aCopy full SHA for 652062a
utils/build-script
@@ -1768,12 +1768,12 @@ details of the setups of other systems or automated environments.""")
1768
if args.cmake is not None:
1769
toolchain.cmake = args.cmake
1770
1771
- # Validate the arguments.
1772
- BuildScriptInvocation.validate_arguments(toolchain, args)
1773
-
1774
# Preprocess the arguments to apply defaults.
1775
BuildScriptInvocation.apply_default_arguments(toolchain, args)
1776
+ # Validate the arguments.
+ BuildScriptInvocation.validate_arguments(toolchain, args)
+
1777
# Create the build script invocation.
1778
invocation = BuildScriptInvocation(toolchain, args)
1779
0 commit comments