mirror of
https://github.com/AuxXxilium/synology-wireguard.git
synced 2025-02-20 08:37:49 +07:00
Fix broken memneq check
This commit is contained in:
parent
68b812f554
commit
4148ac07f3
2
build.sh
2
build.sh
@ -45,7 +45,7 @@ set +e
|
||||
# built in memneq support. Unless HAS_MEMNEQ is defined we set it for models
|
||||
# that support it here.
|
||||
if [ -z ${HAS_MEMNEQ+x} ]; then
|
||||
if [[ "$PACKAGE_ARCH" == ^apollolake|denverton$ ]]; then
|
||||
if [[ "$PACKAGE_ARCH" =~ ^apollolake|denverton$ ]]; then
|
||||
export HAS_MEMNEQ=1
|
||||
fi
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user