File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed
Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ SUBCOMMANDS:
1616 and verify the result.
1717
1818 tests tests projects in the `tests` directory
19- windows builds for Windows
2019
2120 self-install install milone locally
2221 self-uninstall uninstall it
@@ -643,11 +642,6 @@ let private commandPack () =
643642 printfn " Generated %s " outFile
644643 printfn " milone-lang v%s is packed successfully!" version
645644
646- let private commandWindows () =
647- eprintfn " milone-compiling on windows"
648- buildSelf ()
649- printfn $" Generated {windowsBinaryPath}"
650-
651645[<EntryPoint>]
652646let main argv =
653647 if String.IsNullOrEmpty( Environment.GetEnvironmentVariable( " MILONE_HOME" )) then
@@ -673,7 +667,6 @@ let main argv =
673667 | " self-install" :: _ -> commandSelfInstall ()
674668 | " self-uninstall" :: _ -> commandSelfUninstall ()
675669 | " pack" :: _ -> commandPack ()
676- | " windows" :: _ -> commandWindows ()
677670
678671 | _ ->
679672 eprintfn " unknown target: %A " argv
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments