From b788e7e1654699314a2ddfd735b898a844908671 Mon Sep 17 00:00:00 2001 From: remittor Date: Tue, 30 Dec 2025 16:51:50 +0300 Subject: [PATCH] xmake: Fix warning "your configuration is out of sync" --- xmake.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xmake.sh b/xmake.sh index f44e9fb..ca0ca75 100755 --- a/xmake.sh +++ b/xmake.sh @@ -322,6 +322,8 @@ function build_target { make_jobs=$( grep processor /proc/cpuinfo | tail -n 1 | awk '{print $3}' ) fi + cp -af $XDIR/.config $XDIR/tmp/.config + #make tools/install -j$make_jobs #make toolchain/install -j$make_jobs