diff options
author | midipix <writeonce@midipix.org> | 2018-12-08 01:16:54 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-10 20:48:39 -0500 |
commit | 20e60146c099ac1be52af92de66efeed8f13a722 (patch) | |
tree | 13c69d59fed857ff139f1b81a3a99a7a7a4fc9ac /config.project | |
parent | 5f22deaa92b82165ab290af6fbf7dee6bcd704da (diff) | |
download | bcparser-20e60146c099ac1be52af92de66efeed8f13a722.tar.bz2 bcparser-20e60146c099ac1be52af92de66efeed8f13a722.tar.xz |
build system: support custom configuration via cfgdefs.sh (and usrdefs.mk).
Diffstat (limited to 'config.project')
-rw-r--r-- | config.project | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.project b/config.project index 1e93a0c..cac3bf4 100644 --- a/config.project +++ b/config.project @@ -71,3 +71,6 @@ mb_all_shared= mb_disable_frontend= mb_disable_static= mb_disable_shared= + +mb_use_custom_cfgdefs=no +mb_use_custom_usrdefs=no |