commit abea932f60e70a4a76dd2fcde6ad080f8b688153 parent 604a6214cf3742a2c00706ff07c196fa7257fa27 Author: sin <sin@2f30.org> Date: Sat, 7 Sep 2013 15:31:43 +0100 Use the musl-gcc that we just built Diffstat:
M | pkgbuild | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/pkgbuild b/pkgbuild @@ -24,4 +24,7 @@ fi ln -s /bin sbin popd +PATH=$top/cross/bin:$PATH +export PATH + ./build "$1"