Skip to content

Commit 7c76669

Browse files
committed
Change linkage for audio stream examples
to get around a linker error for `PlaySound`
1 parent 433bc55 commit 7c76669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/audio/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
(executable
1212
(name audio_raw_stream)
1313
(modules Audio_raw_stream)
14-
(libraries raylib raylib-callbacks))
14+
(libraries raylib-callbacks raylib))

0 commit comments

Comments
 (0)