Codebase list squeezelite / 8fa415b0-3277-470d-8544-ee4d2731675b/upstream/1.9+git20221121.dbe69eb Makefile.osx
8fa415b0-3277-470d-8544-ee4d2731675b/upstream/1.9+git20221121.dbe69eb

Tree @8fa415b0-3277-470d-8544-ee4d2731675b/upstream/1.9+git20221121.dbe69eb (Download .tar.gz)

Makefile.osx @8fa415b0-3277-470d-8544-ee4d2731675b/upstream/1.9+git20221121.dbe69ebraw · 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