mirror of
https://github.com/grumpycoders/pcsx-redux.git
synced 2025-04-02 10:41:54 -04:00
5 lines
No EOL
240 B
Text
5 lines
No EOL
240 B
Text
PKG_CONFIG_SYSROOT_DIR=/opt/cross/sysroot
|
|
PKG_CONFIG_PATH=
|
|
PKG_CONFIG_LIBDIR=/opt/cross/sysroot/usr/lib/aarch64-linux-gnu/pkgconfig
|
|
CC=aarch64-linux-gnu-gcc --sysroot=/opt/cross/sysroot
|
|
CXX=aarch64-linux-gnu-g++ --sysroot=/opt/cross/sysroot |