mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Fix build
This commit is contained in:
parent
98b05bfbc6
commit
6a7cc64883
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue