Merge branch 'tb-nonet' into 'master'

Disable libcurl when building without network support

See merge request STJr/SRB2!2182
This commit is contained in:
Logan Arias 2023-10-22 16:21:37 +00:00
commit ae783f0129

View file

@ -18,6 +18,10 @@ opts+=-DHWRENDER
sources+=$(call List,hardware/Sourcefile) sources+=$(call List,hardware/Sourcefile)
endif endif
ifdef NONET
NOCURL=1
endif
ifndef NOMD5 ifndef NOMD5
sources+=md5.c sources+=md5.c
endif endif