Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: bin suffix for shared library targets #217

Merged
merged 1 commit into from
Jan 1, 2024
Merged

Commits on Jan 1, 2024

  1. fix: bin postfix for shared library targets

    - fix: use `dylib` postfix for shared library outputs on mac
    - fix: use `so` postfix for shared library outputs on linux
    - fix: consolidate bin postfix `exe` with new behavior
    - test: add integration test for shared libs on all platforms
    
    Closes: #216
    Signed-off-by: Sam Gammon <sam@elide.ventures>
    sgammon committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    f005fd4 View commit details
    Browse the repository at this point in the history