sokol.audio: fix ./v -cc clang-18 -gc none simple_bytebeat.v (the audio depends on threads)

This commit is contained in:
Delyan Angelov 2024-08-02 10:38:24 +03:00
parent d94473e1d4
commit 71aa3a463d
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -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