Skip to content

Commit

Permalink
fix the clisp backend
Browse files Browse the repository at this point in the history
  • Loading branch information
pmurias committed Jan 15, 2011
1 parent 240d90d commit c010820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NieczaBackendClisp.pm6
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ method post_save($name, :$main) {

method run($name) {
my $fname = $name.split('::').join('.');
run_command("clisp", "cl-backend/backend.lisp " ~ $fname ~ ".nam");
run_command("clisp", "cl-backend/backend.lisp obj/" ~ $fname ~ ".nam");
}

0 comments on commit c010820

Please sign in to comment.