summaryrefslogtreecommitdiffstats
path: root/src/oh-autoconfigure.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/oh-autoconfigure.sh')
-rw-r--r--src/oh-autoconfigure.sh3
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