From ee62b124ed787a68a2803632c8b941a0c30911ca Mon Sep 17 00:00:00 2001 From: "pvalchev@google.com" Date: Sat, 23 Jan 2010 02:37:56 +0000 Subject: [PATCH] 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 --- common.gypi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.gypi b/common.gypi index 6bbc3f716..76af9cc3a 100644 --- a/common.gypi +++ b/common.gypi @@ -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.