LION_CFLAGS+=-D__AVAILABILITY_INTERNAL__MAC_10_8=__attribute__((visibility(\\\"default\\\")))
LION_CFLAGS+=-DHAVE_REACHABILITY_SERVER=YES
+LION_SDKROOT=$(shell xcodebuild -version -sdk macosx10.7internal Path)
+
lion :
/usr/local/bin/buildit . \
-noinstallsrc -noinstallhdrs -noverify -nosum \
-configuration Debug \
-release $(shell cat /usr/share/buildit/.releaseName) \
-othercflags "$(LION_CFLAGS)" \
+ -- \
+ SDKROOT=$(LION_SDKROOT) \