Browse Source

fix

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

+ 1
- 0
drone.yml View File

@@ -90,6 +90,7 @@ steps:
90 90
         export CC="$${PREFIX}gcc" &&
91 91
         export LD="$${PREFIX}ld" &&
92 92
         export STRIP="$${PREFIX}strip" &&
93
+        echo $${CC} &&
93 94
         make &&
94 95
         tar --exclude='./.*'
95 96
           --transform "s/\./$${PKG_RELEASE_ARCHIVE_ROOT}/"

Loading…
Cancel
Save