Skip to content

1.7.1 --shared-zlib fails #1434

@Nibbler999

Description

@Nibbler999

#1335 introduced a bug with option handling, it's using code like:

if b(options.shared_zlib) == True:

b returns 'true' or 'false' as a string and 'true' != True, so any builds using --shared-zlib currently fail with a linker error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    buildIssues and PRs related to build files or the CI.confirmed-bugIssues with confirmed bugs.zlibIssues and PRs related to the zlib subsystem.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions