Disable libcurl when building without network support

This commit is contained in:
Logan Arias 2023-10-22 11:49:23 -04:00
parent 2bbbf7d1f8
commit 6fac101cbe

View file

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