bemenu/build-osx.sh

4 lines
101 B
Bash
Raw Normal View History

#!/bin/sh
sed 's/-soname/-install_name/' GNUmakefile > GNUmakefile.osx
gmake -f GNUmakefile.osx "$@"