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

Merge branch 'tb-nonet' into 'master'

Disable libcurl when building without network support

See merge request STJr/SRB2!2182
parents 662e1e06 6fac101c
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