Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
Update fbcode option for use with buck.
Browse files Browse the repository at this point in the history
  • Loading branch information
mofarrell committed Mar 10, 2017
1 parent 1b3fa02 commit ec8f4f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/PerfOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ public function __construct(Vector<string> $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');
Expand Down

0 comments on commit ec8f4f5

Please sign in to comment.