Skip to content

Instantly share code, notes, and snippets.

View vadim-a-yegorov's full-sized avatar

Zev V. A. Yegorov vadim-a-yegorov

View GitHub Profile
@omhmichaels
omhmichaels / make_portable.sh
Created October 23, 2021 22:31 — forked from Birch-san/make_portable.sh
Make a macOS executable binary or .dylib portable
#!/usr/bin/env bash
# Licensed by author Alex Birch under CC BY-SA 4.0
# https://creativecommons.org/licenses/by-sa/4.0/
# Example input:
# ./make_portable.sh mycoolbinary
# where mycoolbinary is a mach-o object file
# (for example an executable binary or a .dylib)
#