forked from RepoMirrors/bemenu
4 lines
101 B
Bash
4 lines
101 B
Bash
#!/bin/sh
|
|
sed 's/-soname/-install_name/' GNUmakefile > GNUmakefile.osx
|
|
gmake -f GNUmakefile.osx "$@"
|