diff options
author | midipix <writeonce@midipix.org> | 2021-06-01 09:55:01 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-01 09:55:01 +0000 |
commit | 31c61eee941e333f9e413c4d6755ea000958810c (patch) | |
tree | 541341405feef901732322492f80bc224c756057 | |
parent | de6642a09d23224c10d5b560c42a5cb8db226303 (diff) | |
download | sbpython3-31c61eee941e333f9e413c4d6755ea000958810c.tar.bz2 sbpython3-31c61eee941e333f9e413c4d6755ea000958810c.tar.xz |
project: added compilation environment variables.
-rw-r--r-- | config.project | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.project b/config.project index dd5a12c..4f31bd5 100644 --- a/config.project +++ b/config.project @@ -30,6 +30,10 @@ mb_pkglibs= mb_ccenv_create_log= mb_ccenv_skip_native= +# compilation environment +mb_hosted= +mb_freestanding= + # switches mb_default_cflags_common="-std=c99 -D_XOPEN_SOURCE=700" mb_default_cflags_common="$mb_default_cflags_common -I\$(SOURCE_DIR)/src/internal" |