From 7d5a59ee5078afe91a36fbd343e650036d3bd2fa Mon Sep 17 00:00:00 2001 From: David Reid Date: Sun, 19 Nov 2017 12:13:29 +1000 Subject: [PATCH] Update build instructions for Emscripten. --- mini_al.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mini_al.h b/mini_al.h index d9d31149..0b324a2b 100644 --- a/mini_al.h +++ b/mini_al.h @@ -63,8 +63,9 @@ // // Building (Emscripten) // --------------------- -// The Emscripten build requires the "-s USE_SDL=2" command line option. SDL is the only supported backend for -// Emscripten. +// The Emscripten build currently uses SDL 1.2 for it's backend which means specifying "-s USE_SDL=2" is unecessary +// as of this version. However, if in the future there is legitimate benefit or enough demand for SDL 2 to be used +// instead, you will need to specify this when compiling. // // // Playback Example