Browse Source

fix

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

+ 1
- 1
drone.yml View File

@@ -80,7 +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
+        [ "$${PKG_ARCH}" -ne "$${PKG_BUILDHOST_ARCH}" ] && export CC="arm-linux-gnueabihf-gcc" || true &&
84 84
         make &&
85 85
         tar --exclude='./.*'
86 86
           --transform "s/\./$${PKG_RELEASE_ARCHIVE_ROOT}/"

Loading…
Cancel
Save