Skip to content

Commit

Permalink
Removing the lispinit.mem, Not sure how to create a 64-bit version of…
Browse files Browse the repository at this point in the history
… this.
  • Loading branch information
justingeeslin committed Jun 10, 2020
1 parent 10fd575 commit de61f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ esac

# We do the compile and load twice, to ensure that the second time, which is the one from
# which we save the memory image, contains no compilation spoor.
cmd0="./clisp/$platform/base/$exefile -M clisp/$platform/base/lispinit.mem -i actr6.lisp"
cmd0="./clisp/$platform/base/$exefile -i actr6.lisp"
cmd="$cmd0 -x '(ext:quit)'"
echo $cmd
eval $cmd
Expand Down

0 comments on commit de61f87

Please sign in to comment.