Skip to content

Commit

Permalink
sokol.audio: fix ./v -cc clang-18 -gc none simple_bytebeat.v (the a…
Browse files Browse the repository at this point in the history
…udio depends on threads)
  • Loading branch information
spytheman committed Aug 2, 2024
1 parent d94473e commit 71aa3a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vlib/sokol/audio/audio.c.v
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ $if linux {
#flag freebsd -I/usr/local/include
#define SOKOL_IMPL
#include "sokol_audio.h"
#flag linux -lasound
#flag linux -lasound -lpthread
#flag darwin -framework AudioToolbox
#flag windows -lole32
#flag freebsd -L/usr/local/lib
Expand Down

0 comments on commit 71aa3a4

Please sign in to comment.