Skip to content
forked from faaxm/lipomerge

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

License

Notifications You must be signed in to change notification settings

csgis/lipomerge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lipomerge

This package merges two directories containing static libraries for two different architectures into one directory with universal binaries. Files that don't end in ".a" or are mach-O binaries (Typically .dylib or executable) will just be copied over from the first directory.

Installation

To install the package, use:

pip install lipomerge

Usage

Run it like this:

python3 -m lipomerge <arm64-dir-tree> <x64-dir-tree> <universal-output-dir>

Requirements

  • macOS
  • lipo must be installed on your system.

License

This project is licensed under the GPL v3 license.

Resources

Contribute

Style is enforced by pre-commit:

pip install pre-commit
pre-commit install

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

  • Python 100.0%