tools: Fix building ports from git repository
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
apio 2023-08-19 19:54:37 +02:00
parent f2a5c9ad3f
commit 6e69d37d62
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

@ -78,9 +78,11 @@ esac
if ! [ "$set_cc_variables" = "no" ]; then
export CC=x86_64-luna-gcc
export CXX=x86_64-luna-g++
export AR=x86_64-luna-ar
export PKG_CONFIG=luna-pkg-config
export CC_FOR_BUILD=gcc
export CXX_FOR_BUILD=g++
export AR_FOR_BUILD=ar
export PKG_CONFIG_FOR_BUILD=pkg-config
fi