Hi Kirill, On Sun, Mar 04, 2018 at 01:15:15PM +0400, Kirill A. Korinsky wrote: > Last macOS has renamed flag --export-dynamic to -export_dynamic, just fixed it
Thanks for this. In parallel Thierry faced the same issue and sent me a slightly different one that I preferred and merged (it doesn't involve uname which is for the host OS instead of the target). It uses a new EXPORT_SYMBOL directive which indicates the option name, and which is set only for the OSX target, so that it can easily be set for any other target if needed. Please check the latest master to confirm it's fine for you as well. Thanks, Willy

