ports: Don't set CMAKE_TOOLCHAIN_FILE environment variable
This doesn't allow llvm to build native tablegen
This commit is contained in:
@@ -6,7 +6,7 @@ DOWNLOAD_URL="https://github.com/facebook/zstd/releases/download/v$VERSION/zstd-
|
||||
|
||||
configure() {
|
||||
$BANAN_CMAKE -B _build -S build/cmake -G Ninja \
|
||||
--toolchain $BANAN_TOOLCHAIN_DIR/Toolchain.txt \
|
||||
--toolchain="$BANAN_TOOLCHAIN_DIR/Toolchain.txt" \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
|| exit 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user