Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Need to include riaxpander
  • Loading branch information
bschmalhofer committed Feb 8, 2009
1 parent d15a006 commit 93aba97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclectus.pl
Expand Up @@ -38,7 +38,7 @@
plan skip_all => 'gauche 0.8 is needed for running this test';
}
else {
exec 'gosh', '-fcase-fold', '-I', '.', '-l', 'gauche/prelude.scm', $scheme_fn;
exec 'gosh', '-fcase-fold', '-I', '.', '-I', 'riaxpander', '-l', 'gauche/prelude.scm', $scheme_fn;
}
}

Expand Down

0 comments on commit 93aba97

Please sign in to comment.