Skip to content

Commit a9161d0

Browse files
authored
Fix v10.0.0 failing to build before install (#17)
For whatever reason, Chez Scheme v10.0.0 does not build when `make install` is run. A `make` is added to ensure that happens.
1 parent 4a34a98 commit a9161d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/utils.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ install_version() {
6060
(
6161
cd "$install_path/build"
6262
./configure --installprefix="$install_path" "${ASDF_CHEZ_CONFIGURE_OPTS[@]:-${ASDF_CHEZ_DEFAULT_OPTS[@]}}"
63+
make
6364
make install
6465
)
6566

0 commit comments

Comments
 (0)