aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/PySide2/Qt3DCore
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@theqtcompany.com>2016-05-11 11:37:56 +0200
committerAlexandru Croitor <alexandru.croitor@theqtcompany.com>2016-05-11 13:36:04 +0000
commitcdbd5528625ea3b1fe429134013f7cc6dd18b41f (patch)
tree1abd6632481783329dc342bc1641974b1c996e4a /sources/pyside2/PySide2/Qt3DCore
parent5ce67f34294d07df45e4d84ece278e820874461c (diff)
Add option to link with libc++ on older OSX versions.
Versions of OSX lower than 10.9 link libstdc++ by default. Also libstdc++ is linked when the osx minimum deployment target is lower than 10.9. The new option allows explicitly linking libc++ in the cases mentioned above. It is not enabled by default, because most libraries and executables on versions lower than 10.9 are compiled with libstdc++, and mixing standard library versions can lead to crashes. Change-Id: I7397d2bbce2cfceaeb848f25e0bbf1a24ac9bde8 Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'sources/pyside2/PySide2/Qt3DCore')
m---------sources/pyside213
1 files changed, 8 insertions, 5 deletions
diff --git a/sources/pyside2 b/sources/pyside2
-Subproject 131fdfd1a89a257094148c07c630f136752c703
+Subproject e64dda26eb2042a8c0cd7c8a33b134dcf097936