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>pull/7/head
parent
c9762bd162
commit
b9448655a2
Loading…
Reference in New Issue