Use sh instead of bash

This commit is contained in:
Andrea Cavalli 2020-11-04 21:51:30 +01:00
parent 4acc54ee73
commit e56e0ae279

View File

@ -133,7 +133,7 @@ if (NOT CMAKE_CROSSCOMPILING)
else()
add_custom_target(configure_tl_parser
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/tl-parser
COMMAND bash ./configure
COMMAND sh ./configure
COMMENT "Configure tl-parser"
DEPENDS scheme/mtproto_api.tl scheme/telegram_api.tl scheme/secret_api.tl scheme/td_api.tl
)