diff options
author | midipix <writeonce@midipix.org> | 2017-11-23 03:38:48 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2017-11-23 15:43:28 -0500 |
commit | 98092929fca2033abb7e47a301cb4e8e0d439194 (patch) | |
tree | 1130a0095fced5c634ab6f5bf0cf5db8169d7231 /config.project | |
parent | 9789fb65563eee2bdf2382ab2df98140d9a7434a (diff) | |
download | ptycon-98092929fca2033abb7e47a301cb4e8e0d439194.tar.bz2 ptycon-98092929fca2033abb7e47a301cb4e8e0d439194.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 cd8e822..969857e 100644 --- a/config.project +++ b/config.project @@ -8,6 +8,7 @@ mb_avoid_version=no # build mb_default_build= mb_default_host= +mb_default_cchost= mb_default_target= mb_default_arch= mb_default_compiler= |