mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Fix project generation
This commit is contained in:
parent
d109d9aed9
commit
b7eb646bb3
1 changed files with 2 additions and 0 deletions
|
|
@ -34,6 +34,8 @@ def generate(build_environment: BuildEnvironment, disable_extensions, disable_pr
|
|||
tulsi_build_command += ['--use_top_level_targets_for_symlinks']
|
||||
tulsi_build_command += ['--verbose_failures']
|
||||
|
||||
call_executable(tulsi_build_command)
|
||||
|
||||
os.chdir(current_dir)
|
||||
|
||||
bazel_wrapper_path = os.path.abspath('build-input/gen/project/bazel')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue