소스 검색

Add libaria2 build test target

Tatsuhiro Tsujikawa 10 년 전
부모
커밋
abe7bc9c32
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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