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.
2 parents 1292f5f + 8f9829d commit 8daf94cCopy full SHA for 8daf94c
utils/swift_build_support/swift_build_support/build_script_invocation.py
@@ -552,6 +552,11 @@ def convert_to_impl_arguments(self):
552
impl_env["HOST_VARIABLE_{}__{}".format(
553
host_target.replace("-", "_"), name)] = value
554
555
+ if args.verbose_build:
556
+ # This ensures all CMake builds (including the ones
557
+ # called with `ExternalProject`) have verbose output
558
+ impl_env["VERBOSE"] = "1"
559
+
560
return (impl_env, impl_args)
561
562
def compute_host_specific_variables(self):
0 commit comments