mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-19 16:01:35 +00:00
Merge branch 'tb-nonet' into 'master'
Disable libcurl when building without network support See merge request STJr/SRB2!2182
This commit is contained in:
commit
ae783f0129
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue