b5fa96e376
The build process has been completely restructured to use sysroots.
9 lines
220 B
Bash
Executable File
9 lines
220 B
Bash
Executable File
#!/bin/bash
|
|
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
. $DIR/config.sh
|
|
|
|
export PATH="$DIR/local/bin:$PATH"
|
|
export PKG_CONFIG_LIBDIR="$TOARU_SYSROOT/usr/lib/pkgconfig"
|
|
export TOOLCHAIN="$TOARU_SYSROOT/usr"
|