mirror of https://github.com/BOINC/boinc.git
BUILD: boinc_zip library is needed by wrapper
This commit is contained in:
parent
05c0e2571c
commit
504b58dfa8
|
@ -13,6 +13,10 @@ if ENABLE_LIBRARIES
|
||||||
if ENABLE_SERVER
|
if ENABLE_SERVER
|
||||||
API_SUBDIRS += zip
|
API_SUBDIRS += zip
|
||||||
endif
|
endif
|
||||||
|
## boinc_zip needed for wrapper
|
||||||
|
if ENABLE_APPS
|
||||||
|
API_SUBDIRS += zip
|
||||||
|
endif
|
||||||
if ENABLE_BOINCZIP
|
if ENABLE_BOINCZIP
|
||||||
API_SUBDIRS += zip
|
API_SUBDIRS += zip
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue