Skip to content

Commit 24e190e

Browse files
committed
fixes F# compiler name in mono
1 parent fd0fd34 commit 24e190e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/DotNetFwk.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ module DotNetFwk =
108108
ToolDir = libdir </> "mono" </> libpath
109109
Version = ver
110110
CscTool = csc_tool
111-
FscTool = Some "fsharpi"
111+
FscTool = Some "fsharpc"
112112
MsbuildTool = "xbuild"
113113
EnvVars =["PATH", sdkroot </> "bin" + ";" + (%"PATH")]
114114
}

0 commit comments

Comments
 (0)