libtorrent-rasterbar: remove ignored configure_args

This commit is contained in:
Đoàn Trần Công Danh 2022-11-11 22:58:30 +07:00
parent b0eaabcea7
commit faf4025c40
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ pkgname=libtorrent-rasterbar
version=1.2.18
revision=1
build_style=cmake
configure_args="DCMAKE_CXX_STANDARD=14 -Dbuild_examples=ON -Dbuild_tools=ON
configure_args="-Dbuild_examples=ON -Dbuild_tools=ON
-Dpython-bindings=ON -Dbuild_tests=ON"
hostmakedepends="pkg-config intltool libtool python3-devel"
makedepends="openssl-devel boost-devel geoip-devel python3-devel"