setup to use the TC file

This commit is contained in:
jakeg00dwin 2024-04-10 11:16:42 -07:00
parent b9e32adda3
commit 87f1b739a0
1 changed files with 3 additions and 1 deletions

View File

@ -155,7 +155,9 @@ del_module () {
}
cross_compile () {
echo "ERROR: Currently no toolchain / target!"
clear_cmake_cache
cmake -DCMAKE_VERBOSE_MAKEFILE=${CMAKE_VERBOSE} -DCMAKE_TOOLCHAIN_FILE=../${TC} ../
make
}
build_release() {