Add a --enable-bitcode-on-ios configure option to enable bitcode support in the ios/tvos runtimes.

This commit is contained in:
Zoltan Varga 2016-05-21 13:03:43 -04:00 коммит произвёл Rolf Bjarne Kvinge
Родитель bcf86f4ff2
Коммит 88dd823e40
1 изменённых файлов: 5 добавлений и 0 удалений

5
configure поставляемый
Просмотреть файл

@ -76,6 +76,11 @@ while test x$1 != x; do
echo "ENABLE_XAMARIN=1" >> $CONFIGURED_FILE echo "ENABLE_XAMARIN=1" >> $CONFIGURED_FILE
shift shift
;; ;;
--enable-bitcode-on-ios)
# Private option
echo "ENABLE_BITCODE_ON_IOS=1" >> $CONFIGURED_FILE
shift
;;
--help|-h) --help|-h)
show_help show_help
exit 0 exit 0