mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-06 13:12:49 +00:00
Fix build
This commit is contained in:
@@ -518,6 +518,9 @@ def resolve_configuration(base_path, bazel_command_line: BazelCommandLine, argum
|
||||
with open(configuration_repository_path + '/WORKSPACE', 'w+') as file:
|
||||
pass
|
||||
|
||||
with open(configuration_repository_path + '/MODULE.bazel', 'w+') as file:
|
||||
file.write('module(\n name = "build_configuration",\n)\n')
|
||||
|
||||
with open(configuration_repository_path + '/BUILD', 'w+') as file:
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user