forked fromfsharp/fsharp
- Notifications
You must be signed in to change notification settings - Fork0
Commit19643d9
committed
Fixfsharp#107 - Installing on Mono 3.0.4
@migueldeicaza says "The problem is that we installed a pkg-configprogram in /usr/bin which only looked up at the Mono database ofpackages, as it was a symlink to the one in/Library/Frameworks/Mono.framework This caused problem for people thateither had their own, or were using popular Unix install systems likeHomebrew or MacPorts. The correct fix is to detect if/Library/Frameworks/Mono.framework/Versions/Current/bin/pkg-configexists, if it does, use that, instead use /usr/bin/pkg-config"1 parente6351d4 commit19643d9
1 file changed
+10
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
12 | 17 | | |
13 | 18 | | |
14 | 19 | | |
15 | 20 | | |
16 | 21 | | |
17 | 22 | | |
18 | | - | |
| 23 | + | |
19 | 24 | | |
20 | 25 | | |
21 | 26 | | |
22 | 27 | | |
23 | 28 | | |
24 | | - | |
| 29 | + | |
25 | 30 | | |
26 | 31 | | |
27 | 32 | | |
| |||
49 | 54 | | |
50 | 55 | | |
51 | 56 | | |
52 | | - | |
| 57 | + | |
53 | 58 | | |
54 | | - | |
| 59 | + | |
55 | 60 | | |
56 | 61 | | |
57 | 62 | | |
| |||
0 commit comments
Comments
(0)