Skip to content

Commit 9910eb3

Browse files
Merge pull request #176 from juergenhoetzel/fsharp-tools-10.1
Add F# Tools 10.1 SDK directory to search dirs
2 parents 7080f25 + 26e9acd commit 9910eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fsharp-mode-util.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ for all *nix.")
6565
(executable-find exe)
6666
(let* ((searchdirs (--map (concat (fsharp-mode--program-files-x86)
6767
"Microsoft SDKs/F#/" it "/Framework/v4.0")
68-
'("4.0" "3.1" "3.0")))
68+
'("10.1" "4.0" "3.1" "3.0")))
6969
(exec-path (append searchdirs exec-path)))
7070
(executable-find exe))))
7171

0 commit comments

Comments
 (0)