You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On windows sokol_audio,h requires ole32 in order for some win32 api functions to work. In the makefile I see that linker options were meant to be added later so the exact line would be LFLAGS_PLAY ?= -lole32
On windows sokol_audio,h requires ole32 in order for some win32 api functions to work. In the makefile I see that linker options were meant to be added later so the exact line would be
LFLAGS_PLAY ?= -lole32