Fix the Zend inclusion path for PHP5

This commit is contained in:
Romain Baugue 2016-04-13 10:11:10 +02:00
parent 0882169cff
commit 2077d48e0d
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@
package engine
// #cgo CFLAGS: -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM
// #cgo CFLAGS: -I/usr/include/Zend -Iinclude/php5
// #cgo CFLAGS: -I/usr/include/php5/Zend -Iinclude/php5
// #cgo LDFLAGS: -lphp5
import "C"