ppl: fix configure options

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-04-08 20:34:09 +02:00
parent 9cd4034f50
commit 8465e39c25

View File

@ -35,7 +35,7 @@ mkdir -p objdir && cd objdir
--enable-shared \ --enable-shared \
--disable-static \ --disable-static \
--enable-interfaces="c,cxx" \ --enable-interfaces="c,cxx" \
--with-libgmp-prefix="$ROOT/$TOOLCHAIN" \ --with-gmp-prefix="$ROOT/$TOOLCHAIN" \
make -j1 make -j1
make install make install