mirror of
https://github.com/vlang/v.git
synced 2025-09-17 11:26:17 -04:00
sokol.audio: fix ./v -cc clang-18 -gc none simple_bytebeat.v
(the audio depends on threads)
This commit is contained in:
parent
d94473e1d4
commit
71aa3a463d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user