Follow curl's advice

This commit is contained in:
Mark Vainomaa 2018-11-10 02:25:39 +02:00
parent 64e4dce061
commit 36386032f9
Signed by: mikroskeem
GPG Key ID: 1B3F9523B542D315
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
export MAKEFLAGS="-j$(grep -c ^processor /proc/cpuinfo)"
export CC="musl-gcc -L\"${TARGET}/usr/lib\" -I\"${TARGET}/usr/include\""
export CC="musl-gcc"
export CPPFLAGS="-I\"${TARGET}/usr/include\""
export LDFLAGS="-L\"${TARGET}/usr/lib\""
export PKG_CONFIG_SYSROOT_DIR="${TARGET}"