1
0
Fork 0
mirror of https://github.com/Cloudef/bemenu synced 2024-05-26 01:16:21 +02:00
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 "$@"