cairo: Set build system type

This commit is contained in:
Jeremy Soller 2019-01-26 09:15:56 -07:00
parent 8f153efb38
commit f47629a905
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1

View File

@ -20,7 +20,7 @@ function recipe_build {
sysroot="$(realpath ../sysroot)"
export LDFLAGS="-L$sysroot/lib"
export CPPFLAGS="-I$sysroot/include"
CFLAGS="-DCAIRO_NO_MUTEX=1" ./configure --host=${HOST} --prefix=/ --enable-xlib=no --enable-script=no --enable-interpreter=no
CFLAGS="-DCAIRO_NO_MUTEX=1" ./configure --build=${BUILD} --host=${HOST} --prefix=/ --enable-xlib=no --enable-script=no --enable-interpreter=no
make
skip=1
}