#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.
#1335 introduced a bug with option handling, it's using code like:
breturns 'true' or 'false' as a string and 'true' != True, so any builds using --shared-zlib currently fail with a linker error.