File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ CONFIG=release
2626mkdir -p " $( dirname " $DST " ) "
2727
2828echo " ==> Building $LABEL to $DST " >&2
29- KONAN_DEP=" --define=KONAN_DEPS=/Users/johannes.zottele/. konan/ /dependencies"
30- bazel build " $LABEL " --config=" $KONAN_TARGET " --config=" $CONFIG " $KONAN_DEP " --define=KONAN_HOME=$KONAN_HOME " > /dev/null
29+ KONAN_DEP=" --define=KONAN_DEPS=$HOME /. konan/dependencies"
30+ bazel build " $LABEL " --config=" $KONAN_TARGET " --config=" $CONFIG " " $KONAN_DEP " " --define=KONAN_HOME=$KONAN_HOME "
3131
3232# Ask Bazel what file(s) this target produced under this platform
33- out=" $( bazel cquery " $LABEL " --config=" $KONAN_TARGET " --config=" $CONFIG " $KONAN_DEP " --define=KONAN_HOME=$KONAN_HOME " --output=files | head -n1) "
33+ out=" $( bazel cquery " $LABEL " --config=" $KONAN_TARGET " --config=" $CONFIG " " $KONAN_DEP " " --define=KONAN_HOME=$KONAN_HOME " --output=files | head -n1) "
3434[[ -n " $out " ]] || { echo " No output for $LABEL ($SHORT )" ; exit 1; }
3535
3636cp -f " $out " " $DST "
You can’t perform that action at this time.
0 commit comments