12 lines
407 B
Diff
12 lines
407 B
Diff
![]() |
--- a/compile.sh
|
||
|
+++ b/compile.sh
|
||
|
@@ -63,7 +63,7 @@
|
||
|
log "Building output/bazel"
|
||
|
# We set host and target platform directly because we are building for the local
|
||
|
# host.
|
||
|
-bazel_build "src:bazel_nojdk${EXE_EXT}" \
|
||
|
+CC=$SPACK_CC CXX=$SPACK_CXX bazel_build "src:bazel_nojdk${EXE_EXT}" \
|
||
|
--action_env=PATH \
|
||
|
--host_platform=@local_config_platform//:host \
|
||
|
--platforms=@local_config_platform//:host \
|