mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-11 19:48:54 +01:00
audio/vorbis: Use jfreymuth/oggvorbis when the target is Wasm
This commit is contained in:
parent
de7065bbf7
commit
e61af537f4
@ -13,6 +13,7 @@
|
|||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
// +build js
|
// +build js
|
||||||
|
// +build !wasm
|
||||||
|
|
||||||
package vorbis
|
package vorbis
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
// 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.
|
||||||
|
|
||||||
// +build !js
|
// +build !js wasm
|
||||||
|
|
||||||
package vorbis
|
package vorbis
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user