summaryrefslogtreecommitdiff
path: root/configure
blob: 2a510c75ca8ffd97ad788c71574de515f751048e (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

os="$(uname)"

printf 'OS = %s\n' "$os" > os.mk

if [ "$os" = "OpenBSD" ]
then
	printf 'OSLIBS = -lossaudio\n' >> os.mk
fi