mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 19:58:54 +01:00
audio/internal/readerdriver: Refactoring: Clean the build tags up
This commit is contained in:
parent
6bde07f04f
commit
226e981ebe
@ -12,9 +12,8 @@
|
|||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
//go:build (aix || dragonfly || freebsd || hurd || illumos || linux || netbsd || openbsd || solaris) && !android
|
//go:build !android && !darwin && !js && !windows
|
||||||
// +build aix dragonfly freebsd hurd illumos linux netbsd openbsd solaris
|
// +build !android,!darwin,!js,!windows
|
||||||
// +build !android
|
|
||||||
|
|
||||||
package readerdriver
|
package readerdriver
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user