Codebase list squeezelite / f2b598c9-f297-428c-910b-12e44c2c753c/main Makefile.osx
f2b598c9-f297-428c-910b-12e44c2c753c/main

Tree @f2b598c9-f297-428c-910b-12e44c2c753c/main (Download .tar.gz)

Makefile.osx @f2b598c9-f297-428c-910b-12e44c2c753c/mainraw · history · blame

1
2
3
4
5
6
7
# OSX build - adjust -I to point to header files for codecs and portaudio
CFLAGS  = -arch x86_64 -arch i386 -Wall -fPIC -O2 -I./include $(OPTS)
LDFLAGS = -arch x86_64 -arch i386 -lpthread libportaudio.a -framework CoreAudio -framework AudioToolbox -framework AudioUnit -framework Carbon

EXECUTABLE ?= squeezelite-osx

include Makefile