improve comment about deferred test compilation

This commit is contained in:
kn 2023-01-09 20:38:20 +00:00
parent f6674b5cce
commit 8e8586c61c

View File

@ -35,10 +35,10 @@ CONFIGURE_ARGS = -Dpython-bindings=ON \
# https://github.com/arvidn/libtorrent/issues/6468 # https://github.com/arvidn/libtorrent/issues/6468
CONFIGURE_ARGS += -DCMAKE_CXX_STANDARD=17 CONFIGURE_ARGS += -DCMAKE_CXX_STANDARD=17
# everything (shared library, python module/bindings) except tests
ALL_TARGET = torrent-rasterbar \ ALL_TARGET = torrent-rasterbar \
python-libtorrent python-libtorrent
# build shared library and python module/bindings only to defer test compilation
do-build: do-build:
@${MODCMAKE_BUILD_TARGET} -t ${ALL_TARGET} @${MODCMAKE_BUILD_TARGET} -t ${ALL_TARGET}