diff options
author | aneejit1 <aneejit1@gmail.com> | 2022-05-07 16:15:00 +0000 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2022-05-11 00:35:29 +0200 |
commit | 1eb067b439c19d9336c44e438721decdbd1ea20e (patch) | |
tree | 748032ba71a76ca1508df7a6437be12c275ea3c7 /siplib/bool.cpp | |
parent | ac6e37dd9ea81fe4f514dc2ca64ed867ca20b33b (diff) | |
download | sip4-tqt-1eb067b439c19d9336c44e438721decdbd1ea20e.tar.gz sip4-tqt-1eb067b439c19d9336c44e438721decdbd1ea20e.zip |
Ensure module initialisation is exported globally
The generated module initialisation function fails to export because of
the "-fvisibility-hidden" resulting in an import failure on missing
symbol. Alter the visibility of the initialisation function to "default"
to ensure that it winds up as "global" in the module binary.
Signed-off-by: aneejit1 <aneejit1@gmail.com>
(cherry picked from commit b9448655a28d8357dbed7d2a4f3171440703c0bf)
Diffstat (limited to 'siplib/bool.cpp')
0 files changed, 0 insertions, 0 deletions