Merge pull request #893 from RobinD42/fix-darwin-linking

Fix darwin linking
(cherry picked from commit de143e9d83)
This commit is contained in:
Robin Dunn
2018-06-22 22:43:44 -07:00
parent b1b0c9e297
commit f418dde5d8
3 changed files with 31 additions and 2 deletions

View File

@@ -265,7 +265,7 @@ class Configuration(object):
# Combine with wx's ld command and stash it in the env
# where distutils will get it later.
LDSHARED = self.getWxConfigValue('--ld').replace(' -o', '') + ' ' + LDSHARED
os.environ["LDSHARED"] = LDSHARED
self.LDSHARED = os.environ["LDSHARED"] = LDSHARED
# wxGTK settings