Browse Source

fix build for arm64

Signed-off-by: Nick Xie <nick@khadas.com>
pull/68/head
Nick Xie 5 years ago
parent
commit
b4ab5d2bb2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      build

+ 1
- 1
build View File

@@ -94,7 +94,7 @@ if [ x$1 = "xdebian" ]; then
DEBTEMPDIR=$here make install-deb INCLUDE='-I../wiringPi -I../devLib' LDFLAGS=-L../debian-template/wiringPi/usr/lib
cd $here/debian-template
fakeroot dpkg-deb --build wiringPi
mv wiringPi.deb wiringpi-`cat $here/VERSION`-1.deb
mv wiringPi.deb wiringpi-`cat $here/VERSION`-1_arm64.deb
exit
fi



Loading…
Cancel
Save