Updates:
Status: Fixed
Comment #3 on issue 2151 by [email protected]: Please allow overriding
or unsetting MACOSX_DEPLOYMENT_TARGET
http://code.google.com/p/v8/issues/detail?id=2151
As of bleeding_edge r11972, you can override mac_deployment_target with any setting you like, e.g.:
build/gyp_v8 -Dmac_deployment_target=10.7 make x64.debug GYPFLAGS="-Dmac_deployment_target=10.7" -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
