diff options
| author | Cory Fields <[email protected]> | 2014-11-24 21:45:42 -0500 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2014-11-24 22:00:31 -0500 |
| commit | d61dc25c71c960fb623696c4aea8e57f32a4ba2f (patch) | |
| tree | 4cdcafc88bbb271c960c59eb4544049fea674134 /src/script/interpreter.cpp | |
| parent | Merge pull request #5335 (diff) | |
| download | discoin-d61dc25c71c960fb623696c4aea8e57f32a4ba2f.tar.xz discoin-d61dc25c71c960fb623696c4aea8e57f32a4ba2f.zip | |
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.
Diffstat (limited to 'src/script/interpreter.cpp')
0 files changed, 0 insertions, 0 deletions