diff options
author | midipix <writeonce@midipix.org> | 2016-09-21 16:38:06 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-09-21 19:45:53 -0400 |
commit | febd18a399b163ae1f9efdfd11a08c0b7146d1b0 (patch) | |
tree | 33abe3331fbc9e152726da3dece81cbd84452772 /config.project | |
parent | 352a46c4e9f480860c281570ae886794cd35a552 (diff) | |
download | bcparser-febd18a399b163ae1f9efdfd11a08c0b7146d1b0.tar.bz2 bcparser-febd18a399b163ae1f9efdfd11a08c0b7146d1b0.tar.xz |
build system: always use the system's limits.h header.
Diffstat (limited to 'config.project')
-rw-r--r-- | config.project | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.project b/config.project index c551ea6..5e6aead 100644 --- a/config.project +++ b/config.project @@ -25,7 +25,7 @@ mb_default_cflags_common="$mb_default_cflags_common -Ibuild" mb_default_cflags_debug= mb_default_cflags_cmdline= -mb_default_cflags_config= +mb_default_cflags_config="-D_CPARSER_LIMITS_H____ --include=limits.h" mb_default_cflags_sysroot= mb_default_cflags_path= mb_default_cflags_strict= |