• Wez Furlong's avatar
    fbcode_builder: getdeps: add sqlite3 builder · a4179ec0
    Wez Furlong authored
    Summary:
    Previously, we were using autoconf to build sqlite,
    but that isn't available on Windows.  Instead, here's a builder
    that generates a little cmake configuration for building and
    installing sqlite.
    
    Using cmake for this means that we can test the same builder
    on all platforms that need to pull in sqlite.
    
    Reviewed By: simpkins
    
    Differential Revision: D15179387
    
    fbshipit-source-id: fccf969182565982bd5be55545a2d2625aa99124
    a4179ec0
builder.py 19.9 KB