You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Normally the build-dep.sh script downloads libetpan (and other dependancies) during a mail core build. Since we have a patched libetpan library we need to use a locally built version. This patch modifies the build-dep script to check the built products directory for a .a file that matches the dependancy, and if it is there doesn't perform a version check and doesn't download a new version. There are a few problems with this approach:
1, libetpan must be built by the umbrella build before mailcore2 targets are built, otherwise a new version will still be downloaded.
2. The dependancy detection only works for .a targets, where build-dep.sh can support other target types.
3. If libetpan is built locally its version is not checked, so the version in the umbrella build must be compatible.
0 commit comments