diff options
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 |