mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
audio/internal/readerdriver: Clean the build tags up
This commit is contained in:
parent
13e84f0224
commit
9f0e95f6a2
@ -12,8 +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 || darwin || dragonfly || freebsd || hurd || illumos || linux || netbsd || openbsd || solaris
|
//go:build !js && !windows
|
||||||
// +build aix darwin dragonfly freebsd hurd illumos linux netbsd openbsd solaris
|
// +build !js,!windows
|
||||||
|
|
||||||
package readerdriver
|
package readerdriver
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user