diff options
author | midipix <writeonce@midipix.org> | 2017-11-23 03:38:48 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2017-11-23 15:38:27 -0500 |
commit | f6d035023659ace277b773635c496e83b55858d1 (patch) | |
tree | b616d8431f469df96e1f10d62922b6f3d6143b5e /config.project | |
parent | d1ebf8849e994055d45085b97efafd3a35f8b215 (diff) | |
download | ntapi-f6d035023659ace277b773635c496e83b55858d1.tar.bz2 ntapi-f6d035023659ace277b773635c496e83b55858d1.tar.xz |
build system: added --cchost support.
Diffstat (limited to 'config.project')
-rw-r--r-- | config.project | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.project b/config.project index f5e0116..5bd9488 100644 --- a/config.project +++ b/config.project @@ -8,6 +8,7 @@ mb_avoid_version=yes # build mb_default_build= mb_default_host= +mb_default_cchost= mb_default_target= mb_default_arch= mb_default_compiler= |