tangramdotdev / packages

A collection of community maintained Tangram packages.
https://www.tangram.dev
MIT License
8 stars 2 forks source link

Support cross-compilation with pkg-config/pkgconf #41

Closed deciduously closed 3 months ago

deciduously commented 6 months ago
export AARCH64_UNKNOWN_LINUX_SYSROOT=$PWD/target/multiarch-debian
export PKG_CONFIG_ALLOW_CROSS=1
export PKG_CONFIG_PATH=$AARCH64_UNKNOWN_LINUX_SYSROOT/usr/lib/aarch64-linux-gnu/pkgconfig:$AARCH64_UNKNOWN_LINUX_SYSROOT/usr/share/pkgconfig