File: Makefile.osx

package info (click to toggle)
squeezelite 2.0.0-1541%2Bgit20250609.72e1fd8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,048 kB
  • sloc: ansic: 12,909; makefile: 190; sh: 107; cpp: 47
file content (7 lines) | stat: -rw-r--r-- 336 bytes parent folder | download | duplicates (7)
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