diff --git a/php7-debian.go b/php7-debian.go index b6dec2b..1e5e508 100644 --- a/php7-debian.go +++ b/php7-debian.go @@ -7,8 +7,7 @@ // conventions for include and library paths, so we need a specific build tag // for building against those packages. // -// +build php7 -// +build debian +// +build debian,!php5 package php diff --git a/php7.go b/php7.go index 068c690..fa60d15 100644 --- a/php7.go +++ b/php7.go @@ -1,6 +1,8 @@ // Copyright 2017 Alexander Palaistras. All rights reserved. // Use of this source code is governed by the MIT license that can be found in // the LICENSE file. +// +// +build !php5 package php