forked from organicmaps/organicmaps
Mac has different linker defaults than linux, and by default it does not allow undefined symbols to be left in resulting pybinding library. To allow it, we specifically pass linker argument when linking final pybinding object. This is done to avoid linking excessively to libpythonX.Y since at the time pybinding is loaded into Python process, all libpython symbols would be immediately available. |
||
---|---|---|
.. | ||
pytraffic | ||
traffic_tests | ||
CMakeLists.txt | ||
speed_groups.cpp | ||
speed_groups.hpp | ||
traffic_cache.cpp | ||
traffic_cache.hpp | ||
traffic_info.cpp | ||
traffic_info.hpp |