xmake: Fix warning "your configuration is out of sync"

This commit is contained in:
remittor
2025-12-30 16:51:50 +03:00
parent a775b82e5b
commit b788e7e165

View File

@@ -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