npapi-vlc | branch: master | Hugo Beauzée-Luyssen <[email protected]> | Mon May 11 17:03:11 2015 +0200| [8e3c28769912b8ed519c003518d1dc6b68a80883] | committer: Hugo Beauzée-Luyssen
macos: Fix link > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=8e3c28769912b8ed519c003518d1dc6b68a80883 --- extras/macosx/build-plugin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/macosx/build-plugin.sh b/extras/macosx/build-plugin.sh index ee8fa6e..1dba4fe 100755 --- a/extras/macosx/build-plugin.sh +++ b/extras/macosx/build-plugin.sh @@ -88,7 +88,7 @@ export CC="xcrun clang -isysroot ${SDKROOT} -mmacosx-version-min=${MINIMAL_OSX_V export CXX="xcrun clang++ -isysroot ${SDKROOT} -mmacosx-version-min=${MINIMAL_OSX_VERSION}" export OBJC="xcrun clang -isysroot ${SDKROOT} -mmacosx-version-min=${MINIMAL_OSX_VERSION}" export OBJCXX="xcrun clang++ -isysroot ${SDKROOT} -mmacosx-version-min=${MINIMAL_OSX_VERSION}" -export LD="xcrun ld -syslibroot ${SDKROOT} -mmacosx-version-min=${MINIMAL_OSX_VERSION}" +export LD="xcrun ld -syslibroot ${SDKROOT} -mmacosx-version-min=${MINIMAL_OSX_VERSION} -stdlib=c++11" export PATH="${npapiroot}/extras/macosx/vlc/extras/tools/build/bin:${npapiroot}/extras/macosx/vlc/contrib/${ARCH}-apple-darwin10/bin:$PATH" export PKG_CONFIG_PATH="${npapiroot}/extras/macosx/vlc/${ARCH}-install/lib/pkgconfig" _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
