Browse Source

Add libaria2 build test target

Tatsuhiro Tsujikawa 10 năm trước cách đây
mục cha
commit
abe7bc9c32
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      build_test.sh

+ 1 - 0
build_test.sh

@@ -60,5 +60,6 @@ case "$1" in
 	build "--disable-bittorrent --disable-metalink" "nobt_noml"
 	build "--disable-epoll" "noepoll"
 	build "--disable-epoll --without-libcares" "noepoll_nocares"
+	build "--enable-libaria2" "libaria2"
 	;;
 esac