HomePhabricator

qt: osx: fix hidden symbol visibility
d61dc25c71c9Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

qt: osx: fix hidden symbol visibility

Fixes default hidden symbol visibility for our linux->osx cross build. Without
this change, the check for working -fvisibility=hidden fails, and all symbols
are visible by default.

Ugly as this is, it's just a simple find/replace to fix a bug in Qt's configure.
They assume in an "XPLATFORM_MAC" block that the builder is capable of running
osx programs. This should be "BUILD_ON_MAC" instead.

Details

Provenance
Cory Fields <cory-nospam-@coryfields.com>Authored on Nov 25 2014, 02:45
deadalnixPushed on May 14 2017, 22:04
Parents
rABCfe042dbe9f92: Merge pull request #5335
Branches
Unknown
Tags
Unknown

Event Timeline

Cory Fields <cory-nospam-@coryfields.com> committed rABCd61dc25c71c9: qt: osx: fix hidden symbol visibility (authored by Cory Fields <cory-nospam-@coryfields.com>).Nov 25 2014, 03:00