diff options
author | midipix <writeonce@midipix.org> | 2017-11-23 03:38:48 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2017-11-23 15:54:01 -0500 |
commit | 22e4060d4aec95ee386fdb2c6932cffa0c5e62be (patch) | |
tree | c1e1dbb5c699d7b350080d237df7d8662f188382 /config.project | |
parent | b72dcfe91ee97273d911d1ee38b6fd016821fd61 (diff) | |
download | w32lib-22e4060d4aec95ee386fdb2c6932cffa0c5e62be.tar.bz2 w32lib-22e4060d4aec95ee386fdb2c6932cffa0c5e62be.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 15c4487..c11e000 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= |