From ec8f4f5cf470e1c42ee9f1111bda9c283d6af813 Mon Sep 17 00:00:00 2001 From: Michael O'Farrell Date: Mon, 27 Feb 2017 14:56:55 -0800 Subject: [PATCH] Update fbcode option for use with buck. --- base/PerfOptions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/PerfOptions.php b/base/PerfOptions.php index 23ed71c..dfca5e5 100644 --- a/base/PerfOptions.php +++ b/base/PerfOptions.php @@ -274,7 +274,7 @@ public function __construct(Vector $argv) { $this->forceInnodb = $isFacebook || $this->getBool('force-innodb'); if ($isFacebook && $this->php5 === null && $this->hhvm === null) { - $this->hhvm = $fbcode.'/_bin/hphp/hhvm/hhvm'; + $this->hhvm = $fbcode.'/buck-out/gen/hphp/hhvm/hhvm/hhvm'; } $this->traceSubProcess = $this->getBool('trace');