mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-11-06 17:00:13 +00:00
Fix build
This commit is contained in:
parent
98b05bfbc6
commit
6a7cc64883
@ -518,6 +518,9 @@ def resolve_configuration(base_path, bazel_command_line: BazelCommandLine, argum
|
|||||||
with open(configuration_repository_path + '/WORKSPACE', 'w+') as file:
|
with open(configuration_repository_path + '/WORKSPACE', 'w+') as file:
|
||||||
pass
|
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:
|
with open(configuration_repository_path + '/BUILD', 'w+') as file:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user