Codebase list squeezelite / run/b7b3a1a7-549c-4852-a2ab-654a6a73898f/main Makefile.osx
run/b7b3a1a7-549c-4852-a2ab-654a6a73898f/main

Tree @run/b7b3a1a7-549c-4852-a2ab-654a6a73898f/main (Download .tar.gz)

Makefile.osx @run/b7b3a1a7-549c-4852-a2ab-654a6a73898f/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