mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 02:38:53 +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.
|
||||
|
||||
// +build js
|
||||
// +build !wasm
|
||||
|
||||
package vorbis
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
// +build !js
|
||||
// +build !js wasm
|
||||
|
||||
package vorbis
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user