From ddf7f955a7ebb1d0e0fc3fa36e79c649d88864b6 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 30 Dec 2020 23:01:07 +0300 Subject: git: fix cross compilation --- core/git/build | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'core') diff --git a/core/git/build b/core/git/build index a0228ee5..eb336bb3 100755 --- a/core/git/build +++ b/core/git/build @@ -2,6 +2,8 @@ sed -i '/^\#include.*openssl.*\.h/d' git-compat-util.h +[ "$CPT_CROSS_TRIPLET" ] && CC=$CPT_CROSS_TRIPLET-cc + cat > config.mak <