Codebase list squeezelite / upstream/1.9+git20211106.3ffdbb9 Makefile.i386
upstream/1.9+git20211106.3ffdbb9

Tree @upstream/1.9+git20211106.3ffdbb9 (Download .tar.gz)

Makefile.i386 @upstream/1.9+git20211106.3ffdbb9raw · history · blame

# OSX 10.7 Intel 32-bit
OPTS = -DPORTAUDIO -DALAC -DOPUS -DRESAMPLE -DLINKALL -DVISEXPORT -DDSD -DUSE_SSL -I./include -I./include/opus -I./include/alac -I./include -O3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -arch i386 -mmacosx-version-min=10.7

LDFLAGS = -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -arch i386 -mmacosx-version-min=10.7 -L./lib

LDADD = -lportaudio -lpthread -ldl -lm -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework AudioUnit -framework Carbon

EXECUTABLE = squeezelite-i386

include Makefile