Fix build tags for PHP5 target

The PHP5 target was broken, since PHP7 builds were not excluded for PHP5-scoped tags.
This commit is contained in:
Alex Palaistras 2017-10-06 12:36:47 +01:00
parent dcdb07961f
commit 0232656e7d
2 changed files with 3 additions and 2 deletions

View File

@ -7,8 +7,7 @@
// conventions for include and library paths, so we need a specific build tag // conventions for include and library paths, so we need a specific build tag
// for building against those packages. // for building against those packages.
// //
// +build php7 // +build debian,!php5
// +build debian
package php package php

View File

@ -1,6 +1,8 @@
// Copyright 2017 Alexander Palaistras. All rights reserved. // Copyright 2017 Alexander Palaistras. All rights reserved.
// Use of this source code is governed by the MIT license that can be found in // Use of this source code is governed by the MIT license that can be found in
// the LICENSE file. // the LICENSE file.
//
// +build !php5
package php package php