From 231ab407cadf725dda129d6255bc04c2b8c114fb Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Tue, 5 Dec 2023 15:52:26 +0100 Subject: gcc-musl-static: Fix missing build dir substitution --- src/compilers/gcc-13-musl-static.TARGETS | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/compilers/gcc-13-musl-static.TARGETS b/src/compilers/gcc-13-musl-static.TARGETS index 58f29b2..0ef5c57 100644 --- a/src/compilers/gcc-13-musl-static.TARGETS +++ b/src/compilers/gcc-13-musl-static.TARGETS @@ -73,6 +73,7 @@ } , "export NJOBS=$(nproc --all 2>/dev/null || echo 1)" , "export MAKEINFO=missing" + , "export BUILD_ROOT_DIR=${ACTION_DIR}" , "unset CFLAGS CXXFLAGS LDFLAGS" , "printf '#!/bin/sh\\nexec \"%s\" -static \"$@\"' \"${CC}\" >${TMPDIR}/cc" , "printf '#!/bin/sh\\nexec \"%s\" -static \"$@\"' \"${CXX}\" >${TMPDIR}/c++" -- cgit v1.2.3