milestone1
This commit is contained in:
@@ -115,6 +115,8 @@ if [ ! -f "${HOST_BUILD}/bin/qmlcachegen" ] || [ ! -f "${HOST_BUILD}/bin/qmlaots
|
||||
elif [ -f "${DECL_HOST}/libexec/${tool}" ]; then
|
||||
cp -a "${DECL_HOST}/libexec/${tool}" "${HOST_BUILD}/libexec/"
|
||||
cp -a "${DECL_HOST}/libexec/${tool}" "${HOST_BUILD}/bin/${tool}"
|
||||
elif [ -f "${DECL_HOST}/tools/${tool}" ]; then
|
||||
cp -a "${DECL_HOST}/tools/${tool}" "${HOST_BUILD}/bin/"
|
||||
fi
|
||||
done
|
||||
cp -a "${DECL_HOST}/lib/cmake/Qt6QmlTools" "${HOST_BUILD}/lib/cmake/" 2>/dev/null || true
|
||||
|
||||
Reference in New Issue
Block a user