summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-06-01 09:53:08 +0000
committermidipix <writeonce@midipix.org>2021-06-01 09:53:08 +0000
commitd1f480349e0222d24a70e85b241a63263e8b69d6 (patch)
treee354095f427c5cd21d31fce03d2d644c373a5752
parent210bb1946f9a9d1a0fd59b667bcd09906b3f7a4f (diff)
downloadpemagine-d1f480349e0222d24a70e85b241a63263e8b69d6.tar.bz2
pemagine-d1f480349e0222d24a70e85b241a63263e8b69d6.tar.xz
project: added compilation environment variables.
-rw-r--r--config.project4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.project b/config.project
index f581e5f..d5d6126 100644
--- a/config.project
+++ b/config.project
@@ -29,6 +29,10 @@ mb_pkglibs=
mb_ccenv_create_log=
mb_ccenv_skip_native=
+# compilation environment
+mb_hosted=
+mb_freestanding=
+
# switches
mb_default_cflags_common="-std=c99 -ffreestanding"
mb_default_cflags_common="$mb_default_cflags_common -I\$(SOURCE_DIR)/src/internal"