Skip to content

Commit 7e3c0a0

Browse files
committed
fix(build): updated hermit make targets
1 parent c340c96 commit 7e3c0a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

toolchain.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ cmake ../../hermit/ \
110110
-DTOOLCHAIN_BIN_DIR=$PREFIX/bin \
111111
-DCMAKE_INSTALL_PREFIX=$PREFIX \
112112
-DBOOTSTRAP=true
113-
make hermit-bootstrap
114-
make hermit-bootstrap-install
113+
make hermit
114+
make hermit_rs-install
115115
cd -
116116
fi
117117

0 commit comments

Comments
 (0)