|
|
|
@ -13,8 +13,8 @@ namespace CppSharp |
|
|
|
return @"C:\Program Files (x86)\Mono"; |
|
|
|
return @"C:\Program Files (x86)\Mono"; |
|
|
|
else if (Platform.IsMacOS) |
|
|
|
else if (Platform.IsMacOS) |
|
|
|
return "/Library/Frameworks/Mono.framework/Versions/Current"; |
|
|
|
return "/Library/Frameworks/Mono.framework/Versions/Current"; |
|
|
|
|
|
|
|
else |
|
|
|
throw new NotImplementedException(); |
|
|
|
return "/usr"; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public static string FindCSharpCompilerDir() |
|
|
|
public static string FindCSharpCompilerDir() |
|
|
|
|