tools: Use the correct architecture in make-package.sh
Some checks are pending
Build and test / build (push) Waiting to run
Some checks are pending
Build and test / build (push) Waiting to run
This commit is contained in:
parent
d8914b3efa
commit
6968961d5c
@ -80,9 +80,9 @@ if [ -z ${skip_download_sources+x} ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if ! [ "$set_cc_variables" = "no" ]; then
|
if ! [ "$set_cc_variables" = "no" ]; then
|
||||||
export CC=x86_64-luna-gcc
|
export CC=$LUNA_ARCH-luna-gcc
|
||||||
export CXX=x86_64-luna-g++
|
export CXX=$LUNA_ARCH-luna-g++
|
||||||
export AR=x86_64-luna-ar
|
export AR=$LUNA_ARCH-luna-ar
|
||||||
export PKG_CONFIG=luna-pkg-config
|
export PKG_CONFIG=luna-pkg-config
|
||||||
export CC_FOR_BUILD=gcc
|
export CC_FOR_BUILD=gcc
|
||||||
export CXX_FOR_BUILD=g++
|
export CXX_FOR_BUILD=g++
|
||||||
|
Loading…
Reference in New Issue
Block a user