mirror of
https://github.com/AuxXxilium/synology-wireguard.git
synced 2024-11-23 23:11:06 +07:00
Remove temporary workaround for some architectures
The implementation of Is64BitPlatform in pkgscripts-ng has been improved and the workaround is no longer needed.
This commit is contained in:
parent
396ae7e4d8
commit
3ff66ceec2
8
build.sh
8
build.sh
@ -67,14 +67,6 @@ else
|
||||
os_min_ver="6.0-5941"
|
||||
run_as="root"
|
||||
pkgscripts_args="-S"
|
||||
|
||||
# Temporary workaround for some architectures that are not part properly set as
|
||||
# 64 bit: https://github.com/SynologyOpenSource/pkgscripts-ng/pull/26/
|
||||
# NOTE: This fix breaks your workflow if you save the pkgscripts-ng repo state
|
||||
# across runs
|
||||
if [[ "$PACKAGE_ARCH" =~ ^(geminilake|purley|v1000)$ ]]; then
|
||||
sed -i 's/\(local all64BitPlatforms\)=".*"/\1="PURLEY V1000 GEMINILAKE"/' /pkgscripts-ng/include/platforms
|
||||
fi
|
||||
fi
|
||||
|
||||
package_dir=`dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user