mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-16 17:27:38 +00:00
build: disable reddit plugin
This commit is contained in:
parent
df35583cb6
commit
7444db9fe0
2 changed files with 2 additions and 2 deletions
|
@ -281,7 +281,7 @@ mkdir -p "$DISTSRC"
|
||||||
|
|
||||||
|
|
||||||
# Set appropriate CMake options for build type
|
# Set appropriate CMake options for build type
|
||||||
CMAKEVARS="-DWITH_SCANNER=On -DCHECK_UPDATES=On -DSELF_CONTAINED=On -DDONATE_BEG=On -DFEATHER_TARGET_TRIPLET=${HOST}"
|
CMAKEVARS="-DWITH_SCANNER=On -DCHECK_UPDATES=On -DSELF_CONTAINED=On -DDONATE_BEG=On -DFEATHER_TARGET_TRIPLET=${HOST} -DWITH_PLUGIN_REDDIT=Off"
|
||||||
ANONDIST=""
|
ANONDIST=""
|
||||||
case "$HOST" in
|
case "$HOST" in
|
||||||
*mingw32)
|
*mingw32)
|
||||||
|
|
|
@ -79,7 +79,7 @@ set(PLUGIN_PREFIX "WITH_PLUGIN_")
|
||||||
foreach (_var ${_vars})
|
foreach (_var ${_vars})
|
||||||
string(REGEX MATCH "^${PLUGIN_PREFIX}" _isPlugin ${_var})
|
string(REGEX MATCH "^${PLUGIN_PREFIX}" _isPlugin ${_var})
|
||||||
|
|
||||||
if (NOT _var)
|
if (NOT ${_var})
|
||||||
continue()
|
continue()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue