Browse Source

Remove debug

Joachim M. Giæver 2 years ago
parent
commit
37a6b43d1a
2 changed files with 6 additions and 1 deletions
  1. 6 0
      snap/snapcraft.yaml
  2. 0 1
      src/bin/curl

+ 6 - 0
snap/snapcraft.yaml

@@ -15,6 +15,12 @@ description: |
 grade: stable
 confinement: strict 
 
+architectures:
+  - build-on: amd64
+  - build-on: arm64
+  - build-on: armhf
+  - build-on: ppc64el
+
 slots:
   bin:
     interface: content

+ 0 - 1
src/bin/curl

@@ -5,6 +5,5 @@ for LIB in $(find "${SNAP}/shared-bin" -name libcurl.so* -exec dirname {} \;); d
         export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${LIB}"
     fi
 done
-echo "SHARED-LIBS: ${LD_LIBRARY_PATH}"
 
 eval $SNAP/shared-bin/usr/bin/curl $@