解决一些p0问题

This commit is contained in:
2026-08-13 09:31:12 +08:00
parent ea61505472
commit d693318a02
32 changed files with 608 additions and 949 deletions
+4 -4
View File
@@ -93,8 +93,8 @@ build_qt_host_tools() {
${bq_host_tool_suffix_opts} \
"
configure_gnu_ex "${src_dir}/qtbase" "${opts}"
exec_record "make -j $(nproc)"
exec_record "make install -j $(nproc)"
exec_record_fast_fail "make -j $(nproc)"
exec_record_fast_fail "make install -j $(nproc)"
if [ ! -d "${bq_host_tool_install_prefix}/bin" ]; then
echo "host tool build failed: ${bq_host_tool_install_prefix}/bin not found" >&2
return 1
@@ -230,8 +230,8 @@ build_qt() {
# export CC="${bq_host_triplet}-gcc"
# export CXX="${bq_host_triplet}-g++"
configure_gnu_ex "$src_dir" "${opts}"
exec_record "make -j $(nproc)"
exec_record "make install -j $(nproc)"
exec_record_fast_fail "make -j $(nproc)"
exec_record_fast_fail "make install -j $(nproc)"
if [[ "$bq_cross" == "1" ]]; then
patch_cross_qt "${bq_sysroot}" "${bq_install_prefix}/lib/cmake"
fi