update servant build flag

make it work when building w/o assistant
This commit is contained in:
Joey Hess 2024-07-23 08:53:56 -04:00
parent 6596fe80ec
commit fdb888a56a
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 5 additions and 3 deletions

View file

@ -55,7 +55,7 @@ buildFlags = filter (not . null)
#ifdef WITH_SERVANT
, "Servant"
#else
#warning Building without servant, no git-annex p2phttp.
#warning Building without servant, will not support annex+http urls or git-annex p2phttp.
#endif
#ifdef WITH_BENCHMARK
, "Benchmark"