Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
digama0 committed Nov 10, 2024
1 parent b54197d commit 2a91d0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools-poly/configure.sml
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,7 @@ val _ = work_in_dir
"Holmake" (fullPath [HOLDIR, "tools", "Holmake", "poly"])
(fn () => (OS.FileSys.chDir "..";
systeml [lexer, "HolLex"];
systeml [lexer, "QuoteFilter"];
OS.FileSys.chDir "poly";
polyc_compile (SOME "../mlton/Holmake.mlb")
"poly-Holmake.ML" hmakebin))
Expand Down

0 comments on commit 2a91d0c

Please sign in to comment.