summaryrefslogtreecommitdiff
path: root/repo/media/libvpx.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/media/libvpx.xibuild')
-rw-r--r--repo/media/libvpx.xibuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/media/libvpx.xibuild b/repo/media/libvpx.xibuild
index c8fde8c..ab8d127 100644
--- a/repo/media/libvpx.xibuild
+++ b/repo/media/libvpx.xibuild
@@ -1,7 +1,7 @@
-#!/bin/bash
+#!/bin/sh
-MAKEDEPS=(make)
-DEPS=(nasm which)
+MAKEDEPS="make"
+DEPS="nasm which"
DESC="VP8 and VP9 codec"