File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,12 +28,13 @@ main () {
2828 check_vars
2929 #
3030 COSMOCC_BIN=" $BASELOC /testing/cosmopolitan/cosmocc/bin"
31- export PATH=" $NATIMG_PATH /bin: $ COSMOCC_BIN :$BASELOC /testing/mx:$PATH "
31+ export PATH=" $COSMOCC_BIN :$BASELOC /testing/mx:$PATH "
3232
3333 cd " $BASELOC /testing/graal/vm"
3434 ls " $( mx -c 1 --dy /substratevm --native-images=native-image graalvm-home) "
3535 NATIMG_PATH=" $( mx -c 1 --dy /substratevm --native-images=native-image graalvm-home) "
3636 echo " natimg is at? $NATIMG_PATH "
37+ export PATH=" $NATIMG_PATH /bin:$PATH "
3738 LABS_LIBDIR=" $BASELOC /build/labs-$ARCH -cosmo-libs"
3839
3940 if [ x" $ARCH " = x" x86_64" ]; then
Original file line number Diff line number Diff line change @@ -28,12 +28,13 @@ main () {
2828 check_vars
2929 #
3030 COSMOCC_BIN=" $BASELOC /testing/cosmopolitan/cosmocc/bin"
31- export PATH=" $NATIMG_PATH /bin: $ COSMOCC_BIN :$BASELOC /testing/mx:$PATH "
31+ export PATH=" $COSMOCC_BIN :$BASELOC /testing/mx:$PATH "
3232
3333 cd " $BASELOC /testing/graal/vm"
3434 ls " $( mx -c 1 --dy /substratevm --native-images=native-image graalvm-home) "
3535 NATIMG_PATH=" $( mx -c 1 --dy /substratevm --native-images=native-image graalvm-home) "
3636 echo " natimg is at? $NATIMG_PATH "
37+ export PATH=" $NATIMG_PATH /bin:$PATH "
3738 LABS_LIBDIR=" $BASELOC /build/labs-$ARCH -cosmo-libs"
3839
3940 if [ x" $ARCH " = x" x86_64" ]; then
You can’t perform that action at this time.
0 commit comments