Mercurial > hg > vamp-plugin-sdk
diff build/Makefile.osx @ 313:b570254e70a0
* Don't use 10.4 SDK any more... it's too troublesome on 10.6
* Add a note indicating you can still build even if you don't have libsndfile
author | Chris Cannam |
---|---|
date | Mon, 07 Mar 2011 13:59:27 +0000 |
parents | 003147fdf42c |
children | c70e1ceb1eff |
line wrap: on
line diff
--- a/build/Makefile.osx Wed Feb 09 09:28:34 2011 +0000 +++ b/build/Makefile.osx Mon Mar 07 13:59:27 2011 +0000 @@ -63,7 +63,7 @@ # default. # # By default, we try to find the oldest available SDK that is newer -# than 10.3. +# than 10.4. # # If you want to override this to select a particular SDK, change # PREFERRED_SDK to the SDK name (e.g. "10.4u") and PREFERRED_MINVERSION @@ -72,7 +72,7 @@ SDKPREFIX := /Developer/SDKs/MacOSX SDKS := $(wildcard $(SDKPREFIX)*.sdk) SDKVERSIONS := $(patsubst $(SDKPREFIX)%.sdk,%,$(SDKS)) -GOOD_SDKS := $(filter-out 10.1%,$(filter-out 10.2%,$(filter-out 10.3%,$(SDKVERSIONS)))) +GOOD_SDKS := $(filter-out 10.1%,$(filter-out 10.2%,$(filter-out 10.3%,$(filter-out 10.4%,$(SDKVERSIONS))))) # PREFERRED_SDK := $(word 1, $(sort $(GOOD_SDKS))) PREFERRED_MINVERSION := $(patsubst %u,%,$(PREFERRED_SDK))