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:
authorJo Shields <directhex@apebox.org>2019-03-15 16:15:15 +0300
committerGitHub <noreply@github.com>2019-03-15 16:15:15 +0300
commit85ccf3ec021591ea1cb0b3d7a7b6a066e3c642dd (patch)
tree6080816820998660f3bb563f4ecb93ce62553ee2 /packaging
parent4a2e7ce6f904898615dacb71e3b79fd7cb9bdbad (diff)
parenta716c9ad7bd9fbbed2ebc53eee14023b722e732b (diff)
Merge pull request #13437 from DavidKarlas/patch-1
Fix generating `.dSYM` for GTK assemblies
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/MacSDK/profile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/MacSDK/profile.py b/packaging/MacSDK/profile.py
index b652211a09f..11a36572645 100755
--- a/packaging/MacSDK/profile.py
+++ b/packaging/MacSDK/profile.py
@@ -99,7 +99,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', 'glib',
+ self.debug_info = ['gtk', 'cairo', 'glib',
'pango', 'mono', 'llvm', 'libgdiplus']
self.cache_host = None