We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
aaudio
1 parent 698018c commit 9e36d2cCopy full SHA for 9e36d2c
vlib/sokol/audio/audio.c.v
@@ -19,6 +19,7 @@ $if linux {
19
#flag windows -lole32
20
#flag freebsd -L/usr/local/lib
21
#flag freebsd -lasound
22
+#flag android -laaudio
23
24
// callback function for `stream_cb` in [[C.saudio_desc](#C.saudio_desc)] when calling [audio.setup()](#setup)
25
//
0 commit comments