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/shiboken2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sources/shiboken2/libshiboken/pep384impl.h') 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