1
0
Fork 0
mirror of https://github.com/Cloudef/bemenu synced 2024-04-27 20:35:23 +02:00
bemenu/build-osx.sh
2020-05-07 14:48:22 +09:00

4 lines
101 B
Bash

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