Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed exporting of symbols. #72

Merged
merged 2 commits into from
Jul 31, 2014
Merged

Commits on Jul 31, 2014

  1. Fixed exporting of symbols.

    Looks like `-export-symbols-regex` doesn't work correctly with `libtool` and C++ code, so use `visibility` attribute instead to mark symbols as exported.
    Remaining are a couple of `std::` symbols I can't get rid of, and some debug draw functions used by `sherlock265`.
    fancycode committed Jul 31, 2014
    Configuration menu
    Copy the full SHA
    31c4e13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6454ab6 View commit details
    Browse the repository at this point in the history