mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-09 03:00:41 +03:00
Merge pull request #231 from Leden/armv7l
Support Debian package build on ARMv7l architecture
This commit is contained in:
commit
36591082c4
1
debian/rules
vendored
1
debian/rules
vendored
@ -21,4 +21,5 @@ configure_config:
|
||||
if [ $(shell uname -m) = 'x86_64' ]; then echo "1\n2\n" | ./configure; fi
|
||||
if [ $(shell uname -m) = 'i686' ]; then echo "1\n1\n" | ./configure; fi
|
||||
if [ $(shell uname -m) = 'armv6l' ]; then echo "1\n1\n" | ./configure; fi
|
||||
if [ $(shell uname -m) = 'armv7l' ]; then echo "1\n1\n" | ./configure; fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user