Mercurial > hg > vamp-plugin-sdk
comparison build/Makefile.osx @ 342:32e1b0d944fc
OS/X build fixes
author | Chris Cannam |
---|---|
date | Thu, 12 Jul 2012 14:59:24 +0100 |
parents | d5c5a52e6c9f |
children | 490e5d01766c |
comparison
equal
deleted
inserted
replaced
341:f67cf32a934b | 342:32e1b0d944fc |
---|---|
67 # | 67 # |
68 ARCHFLAGS = -mmacosx-version-min=$(MINVERSION) -arch x86_64 -arch i386 | 68 ARCHFLAGS = -mmacosx-version-min=$(MINVERSION) -arch x86_64 -arch i386 |
69 | 69 |
70 # Compile flags | 70 # Compile flags |
71 # | 71 # |
72 CXXFLAGS = $(ARCHFLAGS) -O2 -Wall -I../10.6/inst/include -I. -fPIC | 72 CFLAGS = $(ARCHFLAGS) -fPIC |
73 CXXFLAGS = $(ARCHFLAGS) -O2 -Wall -I. -I../10.6/inst/include -fPIC | |
73 | 74 |
74 # Link flags common to all link targets | 75 # Link flags common to all link targets |
75 # | 76 # |
76 LDFLAGS = $(ARCHFLAGS) | 77 LDFLAGS = $(ARCHFLAGS) |
77 | 78 |