diff options
author | Jay Freeman <saurik@saurik.com> | 2009-08-15 08:55:49 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2009-08-15 08:55:49 +0000 |
commit | 0fc6e098c25bab23d613247bfdec4bbb9f3da824 (patch) | |
tree | 68e44aad301510b43f60d3bf1d66c02fd29b1c89 /data/x264/make.sh | |
parent | 941b171aa5289e307200390a7810ef79f7145c00 (diff) |
Various things I forgot to commit.
git-svn-id: http://svn.telesphoreo.org/trunk@670 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/x264/make.sh')
-rw-r--r-- | data/x264/make.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/x264/make.sh b/data/x264/make.sh index 8399d8b7b..1c2bd5467 100644 --- a/data/x264/make.sh +++ b/data/x264/make.sh @@ -1,4 +1,4 @@ pkg:setup -CC=${PKG_TARG}-gcc pkg:configure --enable-shared +CC=${PKG_TARG}-gcc ./configure --enable-shared --host="${PKG_TARG}" make pkg:install |