forked fromfsharp/fsharp
- Notifications
You must be signed in to change notification settings - Fork0
Commit10e57f8
committed
targets.make: fix generation of Microsoft.FSharp.targets
This file was ending up installed as is, without the substitutionrequired to adjust some values such as {BuildSuffix}. As aconsequence, the file could not be used and xbuild would give anerror when trying to find the dll specified.The values to use forsubst.exe were taken from FSharpSource.targetsfile, which has a <Target> to call it, and was not being usedbecause xbuild is not (and cannot be, I suppose) used when compilingwith Mono due to bootstrapping issues.1 parent4040af1 commit10e57f8
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
3 | 7 | | |
4 | 8 | | |
5 | 9 | | |
| |||
48 | 52 | | |
49 | 53 | | |
50 | 54 | | |
51 | | - | |
| 55 | + | |
52 | 56 | | |
53 | 57 | | |
54 | 58 | | |
| |||
72 | 76 | | |
73 | 77 | | |
74 | 78 | | |
75 | | - | |
| 79 | + | |
76 | 80 | | |
77 | 81 | | |
78 | 82 | | |
| |||
0 commit comments
Comments
(0)