diff options
| author | Skyler Saleh <skylersaleh@gmail.com> | 2021-04-17 15:50:41 -0700 |
|---|---|---|
| committer | Skyler Saleh <skylersaleh@gmail.com> | 2021-05-22 15:25:18 -0700 |
| commit | 0851693cbe98cf4602293e384bc274fd914dead9 (patch) | |
| tree | fd15f9bcffe354cb43bd4eaa1c66cc107adce1f6 /Readme.md | |
| parent | 4ff429266a75d8cfdb71fd37d818baa9a75264a3 (diff) | |
Apple M1: More robust build for universal binaries
- Fixed a typo in the Readme.md
- Made the recursiveMergeBinaries function handle divergent binary file trees
better.
Diffstat (limited to 'Readme.md')
| -rw-r--r-- | Readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -69,7 +69,7 @@ application bundle using the following steps: 1. `mkdir build` 2. `cd build` -3. `python ../BuildMacOSUniveralBinary.py` +3. `python ../BuildMacOSUniversalBinary.py` 4. Universal binaries will be available in the `universal` folder Doing this requires installation of library dependencies for both x64 and ARM (or universal library |
