diff options
author | P. J. McDermott <pjm@nac.net> | 2012-11-07 20:00:42 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-11-07 20:00:42 (EST) |
commit | bcc1d7910f668b76c53606df892b27b39522fdaa (patch) | |
tree | 92c60a8e7d6b1b37b179222ba4c406790f4985da /src | |
parent | e77b32854807af6ce6b532996380d2a6a09d1ba3 (diff) | |
parent | 02ff44fe4d963f290347568833846b7d8b5db854 (diff) |
Merge branch 'feature/build-sys-arches'.
Diffstat (limited to 'src')
-rw-r--r-- | src/oh-autoconfigure.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/oh-autoconfigure.sh b/src/oh-autoconfigure.sh index cef8e7f..7e28b3e 100644 --- a/src/oh-autoconfigure.sh +++ b/src/oh-autoconfigure.sh @@ -35,6 +35,9 @@ main() B) oh_set_buildsystem_option 'build-dir' "${OPTARG}" ;; + T) + oh_set_buildsystem_option 'target-arch' "${OPTARG}" + ;; ?) ob_error "$(ob_get_msg 'bad_opt')" exit 1 |