Skip to content

Commit

Permalink
Enable XLA cross support
Browse files Browse the repository at this point in the history
  • Loading branch information
xhochy committed Jul 3, 2024
1 parent 7239e68 commit 1dfaf9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ build --toolchain_resolution_debug
build --define=PREFIX=${PREFIX}
build --define=PROTOBUF_INCLUDE_PATH=${PREFIX}/include
build --local_cpu_resources=${CPU_COUNT}"
build --define=with_cross_compiler_support=true
EOF

if [[ "${target_platform}" == "osx-arm64" || "${target_platform}" != "${build_platform}" ]]; then
Expand Down

0 comments on commit 1dfaf9c

Please sign in to comment.