Skip to content

Commit

Permalink
Add build path
Browse files Browse the repository at this point in the history
  • Loading branch information
Atry committed Sep 15, 2022
1 parent e3cda35 commit f48cecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hhvm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ stdenv.mkDerivation rec {
checkPhase =
''
set -ex
export HHVM_BIN="$PWD/hphp/hhvm/hhvm"
export HHVM_BIN="$PWD/build/hphp/hhvm/hhvm"
cd ${./.}
"$HHVM_BIN" hphp/test/run.php quick
'';
Expand Down

0 comments on commit f48cecd

Please sign in to comment.