Skip to content

Commit 9e36d2c

Browse files
authored
sokol, audio: link against aaudio on Android (#23869)
1 parent 698018c commit 9e36d2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vlib/sokol/audio/audio.c.v

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ $if linux {
1919
#flag windows -lole32
2020
#flag freebsd -L/usr/local/lib
2121
#flag freebsd -lasound
22+
#flag android -laaudio
2223

2324
// callback function for `stream_cb` in [[C.saudio_desc](#C.saudio_desc)] when calling [audio.setup()](#setup)
2425
//

0 commit comments

Comments
 (0)