Skip to content

Emscripten: Different platforms produce different output filenames #4680

Open
@crazydef

Description

When building for Emscripten the generated library names are different depending on the host platform.

This is obviously in part due to me using --library-suffix=.web.Debug.

On Linux I get: libbotan.web.Debug-3.a
While MacOS gives me: libbotan-3.web.Debug.a

Not impossible to workaround, but a bit weird nonetheless. :)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions