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

RocksDB: Check if C++ interface is exported by the system library #65

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 9, 2020

  1. RocksDB: Check if C++ interface is exported by the system library

    Shared Windows builds of RocksDB produce a .dll file that only
    dllexports the C interface of RocksDB, which will cause the config
    tests to use the system library but link will fail because the C++
    symbols are undefined.
    
    This patch makes the config test link to the C++ interface to check
    if the system library exports the C++ symbols.
    EchterAgo committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    e51a41f View commit details
    Browse the repository at this point in the history