Getting this to build on Ubuntu 16.04

This commit is contained in:
Mark Randles 2016-09-22 15:39:44 -04:00
parent 7dc4aeac6c
commit 26dcbc36ff
1 changed files with 1 additions and 1 deletions

View File

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