mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 01:30:07 +01:00
Merge pull request #893 from RobinD42/fix-darwin-linking
Fix darwin linking
(cherry picked from commit de143e9d83)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user