Skip to content

Commit f0b7adc

Browse files
authored
Use current PHPCFG in path by default
1 parent 4cb17b0 commit f0b7adc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ go get:
3535
```
3636
go get github.com/kitech/php-go
3737
cd $GOPATH/src/github.com/kitech/php-go
38-
make
38+
# adjust PHPCFG path if needed
39+
PHPCFG=`which php-config` make
3940
```
4041

4142

0 commit comments

Comments
 (0)