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 f2568ef commit 5c5105cCopy full SHA for 5c5105c
swiftpkg/internal/module_maps.bzl
@@ -111,9 +111,7 @@ def write_module_map(
111
elif umbrella_directory:
112
# Umbrella directory must be absolute path
113
abs_umbrella = (
114
- back_to_root_path + umbrella_directory
115
- if back_to_root_path
116
- else umbrella_directory
+ back_to_root_path + umbrella_directory if back_to_root_path else umbrella_directory
117
)
118
content.add(abs_umbrella, format = ' umbrella "%s"')
119
else:
0 commit comments