Browse Source

fix

tags/v0.0.59
Peter Vivell 6 years ago
parent
commit
9af6e2e599
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      drone.yml

+ 1
- 0
drone.yml View File

@@ -80,6 +80,7 @@ steps:
80 80
         tar -xf "$${PKG_RELEASE_DIR}/$${PKG_DEB_ARCHIVE}" -C "$${PKG_BUILD_DIR}" --strip 1 &&
81 81
         cd "$${PKG_BUILD_DIR}" &&
82 82
         export MAKEFLAGS="$${MAKEFLAGS}" &&
83
+        [ "$${PKG_ARCH}" -ne "${PKG_BUILDHOST_ARCH} ] && export CC=arm-linux-gnueabihf-gcc || true &&
83 84
         make &&
84 85
         tar --exclude='./.*'
85 86
           --transform "s/\./$${PKG_RELEASE_ARCHIVE_ROOT}/"

Loading…
Cancel
Save