Skip to content

faaxm/lipo-dir-merge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

lipo-dir-merge

This script helps you easily build universal static libraries for macOS.

It takes two directory trees, containing the library, its headers and any other related documents for each architecture (e.g. x86 and ARM) and then merges them to produce a single directory with the universal binary.

While traversing both source directory trees, all files without the .a extension are copied from the first tree into the output directory. If a static library is found, it is looked up in the second directory tree and both versions are merged using lipo.

Run it like this:

$ python3 lipo-dir-merge.py <arm64-dir-tree> <x64-dir-tree> <universal-output-dir>

Resources

About

Combine libraries of different architectures in different directory trees into universal binaries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages