#!/bin/sh # TODO: remove the need for these lines by making musl-cross-make build a gcc # with a header search path of /include only, with all headers contained there. CPATH="$CPATH:/include:/powerpc64le-lix-linux-musl/include" CPATH="$CPATH:/include/c++/9.2.0/powerpc64le-lix-linux-musl:/include/c++/9.2.0" export CPATH