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
Branches
No related tags found
No related merge requests found
...@@ -18,6 +18,10 @@ opts+=-DHWRENDER ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment