mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Try fixing the Emscripten build.
This commit is contained in:
@@ -112,7 +112,11 @@ int main(int argc, char** argv)
|
||||
}
|
||||
}
|
||||
|
||||
ma_sleep(20000);
|
||||
#ifndef __EMSCRIPTEN__
|
||||
{
|
||||
ma_sleep(20000);
|
||||
}
|
||||
#endif
|
||||
|
||||
for (size_t i = 0; i < sounds.size(); i += 1) {
|
||||
ma_sound_uninit(sounds[i]);
|
||||
|
||||
Reference in New Issue
Block a user