0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-03-01 16:11:21 +00:00
2024-07-06 13:09:20 +02:00

17 lines
413 B
Bash
Executable File

#!/bin/bash
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
. config/options ""
. config/multithread
${SCRIPTS}/checkdeps
# 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 ${@}