summaryrefslogtreecommitdiff
path: root/repo/system/libffi.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/libffi.xibuild')
-rw-r--r--repo/system/libffi.xibuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/system/libffi.xibuild b/repo/system/libffi.xibuild
index 703e745..33fd73d 100644
--- a/repo/system/libffi.xibuild
+++ b/repo/system/libffi.xibuild
@@ -1,7 +1,7 @@
-#!/bin/bash
+#!/bin/sh
-MAKEDEPS=(make )
-DEPS=(glibc)
+MAKEDEPS="make "
+DEPS="glibc"
PKG_VER=3.4.2
SOURCE=https://github.com/libffi/libffi/releases/download/v$PKG_VER/libffi-$PKG_VER.tar.gz