From: Cody Russell Date: Thu, 28 Sep 2017 20:11:01 +0000 (-0500) Subject: Add glib to the list of packages with debugging symbols. X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=mono.git;a=commitdiff_plain;h=f99b88b812b42d7946ebc0217cbaf16d82ae3048 Add glib to the list of packages with debugging symbols. --- 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()