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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Stedfast <jeff@xamarin.com>2014-09-08 20:05:36 +0400
committerJeffrey Stedfast <jeff@xamarin.com>2014-09-12 20:10:14 +0400
commit6bfd75328c438f50216c26265699490d6d53c02c (patch)
treea9026e88707da94c1e9c3e120ec532b53224e6ec
parent42727c80640869e363c6752f21b3fbdb0297a8aa (diff)
Changed .../share/pkgconfig to .../lib/pkgconfigmonodevelop-5.3.1.2monodevelop-5.3-branch
-rw-r--r--main/build/MacOSX/monostub.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/build/MacOSX/monostub.m b/main/build/MacOSX/monostub.m
index ebf23b06e7..8a912a806d 100644
--- a/main/build/MacOSX/monostub.m
+++ b/main/build/MacOSX/monostub.m
@@ -276,7 +276,7 @@ update_environment (const char *resourcesDir, const char *app)
push_env ("PKG_CONFIG_PATH", "/Library/Frameworks/Mono.framework/External/pkgconfig");
/* Enable the use of stuff bundled into the app bundle */
- if ((v2 = str_append (resourcesDir, "/share/pkgconfig"))) {
+ if ((v2 = str_append (resourcesDir, "/lib/pkgconfig"))) {
if ((v1 = str_append (resourcesDir, "/lib/pkgconfig:"))) {
if ((value = str_append (v1, v2))) {
push_env ("PKG_CONFIG_PATH", value);