GYP: recognize OpenBSD/amd64 as x64 as it's called in this world

Review URL: http://codereview.chromium.org/548125

git-svn-id: http://src.chromium.org/svn/trunk/src/build@36939 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
pvalchev@google.com 2010-01-23 02:37:56 +00:00
Родитель 8cb6aec8b1
Коммит ee62b124ed
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -38,7 +38,7 @@
'variables': {
# Compute the architecture that we're building on.
'conditions': [
[ 'OS=="linux" or OS=="freebsd"', {
[ 'OS=="linux" or OS=="freebsd" or OS=="openbsd"', {
# This handles the Linux platforms we generally deal with. Anything
# else gets passed through, which probably won't work very well; such
# hosts should pass an explicit target_arch to gyp.