lubo / zxinglight

A simple wrapper for ZXing C++
MIT License
8 stars 3 forks source link

add iconv to libraries to make module compile correctly on macOS #3

Closed privatwolke closed 7 years ago

privatwolke commented 7 years ago

This fixes #1 by adding iconv to setup.py. Since the necessary functions are in libc on Linux, iconv is only added when building on macOS.

lubo commented 7 years ago

Hello, @privatwolke. Thanks for your contribution, I'll include this change in the next release.