解决一些p0问题
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user