Merge pull request #28 from randlem/feature/26_fix-debian-build-issues

Getting this to build on Ubuntu 16.04
This commit is contained in:
Alex Palaistras 2016-09-23 09:39:22 -07:00 committed by GitHub
commit a461818d72
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"