distribution/scripts/build_mt

17 lines
415 B
Text
Raw Normal View History

2022-02-05 14:23:32 +00:00
#!/bin/bash
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
. config/options ""
. config/multithread
2022-02-09 01:27:20 +00:00
${SCRIPTS}/checkdeps
2022-02-05 14:23:32 +00:00
# Setup both toolchain cmake configs to avoid potentially racy behaviour later.
# Use a fork for host to isolate any variable modifications.
( setup_toolchain host )
setup_toolchain target
MTADDONBUILD=no start_multithread_build ${@}