Chromium Code Reviews| Index: scripts/common.sh |
| =================================================================== |
| --- scripts/common.sh (revision 144885) |
| +++ scripts/common.sh (working copy) |
| @@ -175,6 +175,9 @@ |
| if system_is_lion |
| then |
| build_valgrind "mac_10.7" |
| + elif system_is_snow_leopard |
| + then |
| + build_valgrind "mac_10.6" "--build=amd64-darwin" |
| else |
| echo "You have Darwin kernel different from 11.X.X" >&2 |
| echo "Please, don't put the resulting binaries into Chromium SVN" >&2 |