Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
duxet committed Mar 16, 2015
1 parent 99c4c38 commit 3fa527c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
#! /bin/sh

if [[ "$HPHP_HOME" == "" ]]; then
echo HPHP_HOME environment variable must be set!
exit 1
fi

$HPHP_HOME/hphp/tools/hphpize/hphpize
hphpize
cmake .
make

0 comments on commit 3fa527c

Please sign in to comment.