Mention CURL in the header and the build config.

This commit is contained in:
Yamagi 2020-03-09 10:06:32 +01:00
parent 36f77aa318
commit a26666d805

View file

@ -12,6 +12,7 @@
# - libGL #
# #
# Optional dependencies: #
# - CURL #
# - OpenAL #
# #
# Platforms: #
@ -328,6 +329,7 @@ all: config client server game ref_gl1 ref_gl3 ref_soft
config:
@echo "Build configuration"
@echo "============================"
@echo "WITH_CURL = $(WITH_CURL)"
@echo "WITH_OPENAL = $(WITH_OPENAL)"
@echo "WITH_SYSTEMWIDE = $(WITH_SYSTEMWIDE)"
@echo "WITH_SYSTEMDIR = $(WITH_SYSTEMDIR)"