changeset 2742:822588370149

Add a note about things being set elsewhere.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 08 Mar 2024 15:29:08 +0200
parents 91698e217f84
children be34110271ed
files config.mak
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/config.mak	Fri Mar 08 15:22:27 2024 +0200
+++ b/config.mak	Fri Mar 08 15:29:08 2024 +0200
@@ -29,6 +29,8 @@
 
 ###
 ### Detect things
+### Note - some things are detected in "Makefile" for *NIX builds,
+### and set in Makefile.cross-mingw
 ###
 HAVE_CURL ?= $(shell curl --version > /dev/null 2>&1 && echo "yes")
 HAVE_WGET ?= $(shell wget --version > /dev/null 2>&1 && echo "yes")