php-ast: fix cross

This commit is contained in:
Jürgen Buchmüller 2020-09-14 10:01:23 +02:00
parent 609f3122e5
commit e5991e2405

View file

@ -4,7 +4,7 @@ version=1.0.6
revision=1
wrksrc="ast-${version}"
build_style=gnu-configure
hostmakedepends="autoconf"
hostmakedepends="php-devel autoconf"
makedepends="php-devel"
depends="php>=7.4.3"
short_desc="Exposes the abstract syntax tree generated by PHP 7"