Skip to content
This repository has been archived by the owner on Apr 2, 2023. It is now read-only.

Commit

Permalink
get MLton running again using a suggestion from @MatthewFluet
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsterling committed Oct 7, 2017
1 parent fd6b4ba commit 8af062a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion script/mlton.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ mlyacc src/redprl/redprl.grm
mllex src/redprl/redprl.lex

mkdir -p bin
mlton -codegen c -verbose 1 -mlb-path-var "LIBS $LIBS" -output bin/redprl src/frontend.mlb
mlton -native-live-transfer 0 -verbose 1 -mlb-path-var "LIBS $LIBS" -output bin/redprl src/frontend.mlb
2 changes: 1 addition & 1 deletion script/test-mlton.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

echo "Building RedPRL with MLton..."
./script/mlton-tc.sh >build.log 2>&1 || { echo "build failed!"; cat build.log; exit 1; }
./script/mlton.sh >build.log 2>&1 || { echo "build failed!"; cat build.log; exit 1; }
echo "done!"

# exec ./script/test-no-build.sh

0 comments on commit 8af062a

Please sign in to comment.