ports: Don't set CMAKE_TOOLCHAIN_FILE environment variable

This doesn't allow llvm to build native tablegen
This commit is contained in:
2025-08-05 03:47:16 +03:00
parent 46dd411273
commit 628825fdff
5 changed files with 6 additions and 8 deletions

View File

@@ -8,7 +8,7 @@ DEPENDENCIES=('mesa')
configure() {
$BANAN_CMAKE \
--toolchain="$CMAKE_TOOLCHAIN_FILE" \
--toolchain="$BANAN_TOOLCHAIN_DIR/Toolchain.txt" \
--fresh -GNinja -S . -B build \
-DCMAKE_INSTALL_PREFIX='/usr' \
-DCMAKE_BUILD_TYPE=Release \