From cdbd5528625ea3b1fe429134013f7cc6dd18b41f Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Wed, 11 May 2016 11:37:56 +0200 Subject: 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 --- sources/pyside2 | 2 +- sources/pyside2-tools | 2 +- sources/shiboken2 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'sources') diff --git a/sources/pyside2 b/sources/pyside2 index 131fdfd1a..e64dda26e 160000 --- a/sources/pyside2 +++ b/sources/pyside2 @@ -1 +1 @@ -Subproject commit 131fdfd1a89a257094148c07c630f136752c703b +Subproject commit e64dda26eb2042a8c0cd7c8a33b134dcf097936e diff --git a/sources/pyside2-tools b/sources/pyside2-tools index 1eb5ccf52..c8608f268 160000 --- a/sources/pyside2-tools +++ b/sources/pyside2-tools @@ -1 +1 @@ -Subproject commit 1eb5ccf5208d775e1e70b2332d9a61df00612801 +Subproject commit c8608f268f6461c421055ff3df1fd72d616cb646 diff --git a/sources/shiboken2 b/sources/shiboken2 index 9b4a3cfce..4ba52d8a9 160000 --- a/sources/shiboken2 +++ b/sources/shiboken2 @@ -1 +1 @@ -Subproject commit 9b4a3cfcee9cfd5a98c33b29ec4ecfd8d3e973f4 +Subproject commit 4ba52d8a955613985485b14faf76aa66bac08cc7 -- cgit v1.2.3