Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/MacSDK/fsharp.py')
-rw-r--r--packaging/MacSDK/fsharp.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/packaging/MacSDK/fsharp.py b/packaging/MacSDK/fsharp.py
index fc3520d937c..bc85ba33654 100644
--- a/packaging/MacSDK/fsharp.py
+++ b/packaging/MacSDK/fsharp.py
@@ -12,7 +12,8 @@ class FsharpPackage(GitHubTarballPackage):
'patches/fsharp-string-switchName.patch',
'patches/fsharp-path-overloads.patch',
'patches/fsharp-debug-pinvoke-fix.patch',
- 'patches/fsharp-IsPathRooted-type-inference.patch'])
+ 'patches/fsharp-IsPathRooted-type-inference.patch',
+ 'patches/fsharp-GetFileNameWithoutExtension-type-inference.patch'])
def prep(self):
Package.prep(self)