Skip to content

-fvisibility=hidden causing gmod13_open not to work on linux #2

@Srlion

Description

@Srlion

Using a version script should solve the issue with symbols, eg.
--version-script=exports.map and:

{
    global: gmod13_open;
    local: *;
};

Just needs testing before pushing it. (love cgo)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions