Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfd037bc

Browse files
committed
Fix buid break
1 parentedd0daf commitfd037bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎src/fsharp/fsi/fsi.fs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2469,7 +2469,7 @@ type internal FsiEvaluationSession (argv:string[], inReader:TextReader, outWrite
24692469
printfn"Your system doesn't seem to support WinForms correctly. You will"
24702470
printfn"need to set fsi.EventLoop use GUI windows from F# Interactive."
24712471
printfn"You can set different event loops for MonoMac, Gtk#, WinForms and other"
2472-
printfn"UI toolkits. Drop the --gui argument if no event loop is required.""
2472+
printfn"UI toolkits. Drop the --gui argument if no event loop is required."
24732473

24742474

24752475
istateRef:= fsiInteractionProcessor.LoadInitialFiles(exitViaKillThread,!istateRef)

‎src/fsharp/targets.make‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ install-lib-4-5: install-lib-4
182182
# The binaries fsc.exe and fsi.exe only get installed for Mono 4.0 profile
183183
# This also installs 'fsharpc' and 'fsharpi'
184184
install-bin-4:
185-
sed -e's,[@]DIR[@],$(libdir)mono/$(TARGET),g' -e's,[@]TOOL[@],$(ASSEMBLY),g'<$(topdir)launcher.in>$(outdir)$(subst fs,fsharp,$(NAME))$(VERSION)
185+
sed -e's,[@]DIR[@],$(libdir)mono/$(TARGET),g' -e's,[@]TOOL[@],$(ASSEMBLY),g'<$(topdir)launcher>$(outdir)$(subst fs,fsharp,$(NAME))$(VERSION)
186186
chmod +x$(outdir)$(subst fs,fsharp,$(NAME))$(VERSION)
187187
@mkdir -p$(DESTDIR)/$(libdir)
188188
@mkdir -p$(DESTDIR)/$(bindir)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp