Skip to content
Snippets Groups Projects
Commit 6fac101c authored by Logan Arias's avatar Logan Arias
Browse files

Disable libcurl when building without network support

parent 2bbbf7d1
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,10 @@ opts+=-DHWRENDER
sources+=$(call List,hardware/Sourcefile)
endif
ifdef NONET
NOCURL=1
endif
ifndef NOMD5
sources+=md5.c
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment