SanderMertens / bake

Bake, A build system for building, testing and running C & C++ projects
GNU General Public License v3.0
681 stars 53 forks source link

#76 added check-symbols to package driver C option #77

Closed uxtechie closed 3 years ago

uxtechie commented 3 years ago

Example:

{
    "id": "com.7kas.pgpkg",
    "type": "package",
    "value": {
        "author": "John Doe",
        "description": "Premium coffee beans for kids"
    },
    "lang.c": {
        "include": ["/usr/include/postgresql/12/server"],
        "check-symbols": false
    }
}
uxtechie commented 3 years ago

It doesn't work, we need more research. We closed the PR, sorry for the inconvenience :)