mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Explain -DANTIBOT=ON a bit better (fixes #6001)
This commit is contained in:
parent
d83cf0ac56
commit
f4145e5f53
|
@ -116,7 +116,7 @@ option(AUTOUPDATE "Enable the autoupdater" OFF)
|
|||
option(INFORM_UPDATE "Inform about available updates" ON)
|
||||
option(VIDEORECORDER "Enable video recording support via FFmpeg" ON)
|
||||
option(UPNP "Enable UPnP support" OFF)
|
||||
option(ANTIBOT "Enable support for a dynamic anticheat library" OFF)
|
||||
option(ANTIBOT "Enable support for a dynamic anticheat library (not provided, see src/antibot for interface if you want to implement your own)" OFF)
|
||||
option(HEADLESS_CLIENT "Build the client without graphics" OFF)
|
||||
option(CLIENT "Compile client" ON)
|
||||
option(SERVER "Compile server" ON)
|
||||
|
|
Loading…
Reference in a new issue