Commit db3b3d79 authored by jan.koester's avatar jan.koester
Browse files

test

parent 17f7877b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -80,7 +80,6 @@ while [[ $# -gt 0 ]]; do
            ;;
        chroot|toolchain|libraries|update-libs|blogi|all)
            PHASES+=("$1"); shift ;;
            COMPILE_FLAGS="--target=x86_64-linux-musl --sysroot=/usr/local/musl -nostdinc -nostdinc++ -isystem /usr/local/musl/include/c++/v1 -isystem ${CLANG_RESOURCE}/include -isystem /usr/local/musl/include -fPIC"
    esac
done