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:
authorCody Russell <cody@jhu.edu>2017-09-28 23:11:01 +0300
committerCody Russell <cody@jhu.edu>2017-10-02 18:08:47 +0300
commitf99b88b812b42d7946ebc0217cbaf16d82ae3048 (patch)
tree266629342139a9b0e0aea5d0161b46b8b6f52c79 /packaging
parentbfc76bafbf72f8e10c4d2cc7b12e779715c527fa (diff)
Add glib to the list of packages with debugging symbols.
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/MacSDK/profile.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/MacSDK/profile.py b/packaging/MacSDK/profile.py
index 9b504614ac0..3ad4c05c800 100755
--- a/packaging/MacSDK/profile.py
+++ b/packaging/MacSDK/profile.py
@@ -100,7 +100,7 @@ class MonoReleaseProfile(DarwinProfile):
self.env.set('PANGO_SYSCONFDIR', '%{staged_prefix}/etc')
self.env.set('PANGO_LIBDIR', '%{staged_prefix}/lib')
# self.env.set ('MONO_PATH', '%{staged_prefix}/lib/mono/4.0')
- self.debug_info = ['gtk+', 'cairo',
+ self.debug_info = ['gtk+', 'cairo', 'glib',
'pango', 'mono', 'llvm', 'libgdiplus']
self.cache_host = None
@@ -396,4 +396,4 @@ class MonoReleaseProfile(DarwinProfile):
subprocess.call(['bash', '-c', path])
-MonoReleaseProfile() \ No newline at end of file
+MonoReleaseProfile()