Merge pull request #29 from deuill/feature/26_fix-debian-build-issues

php7: Fix additional issues with `php7.debian` tag
This commit is contained in:
Alex Palaistras 2016-09-23 09:42:16 -07:00 committed by GitHub
commit 1208619fe2
1 changed files with 2 additions and 0 deletions

View File

@ -8,5 +8,7 @@
package engine
// #cgo CFLAGS: -I/usr/include/php/20151012 -Iinclude/php7 -Isrc/php7
// #cgo CFLAGS: -I/usr/include/php/20151012/main -I/usr/include/php/20151012/Zend
// #cgo CFLAGS: -I/usr/include/php/20151012/TSRM
// #cgo LDFLAGS: -lphp7.0
import "C"