Skip to content

Commit 033934c

Browse files
committed
Merge remote-tracking branch 'origin/dev'
2 parents 3273286 + 24e190e commit 033934c

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)