I'm trying to get some SDL2 code building on emscripten.

I've used:
    emcc -c testsw.cpp -s USE_SDL=2 -s LEGACY_GL_EMULATION=1 -g -O
$(sdl2-config --cflags) -std=c++11 -Wall -Wuninitialized -Wshadow
-Wno-non-virtual-dtor -Wno-delete-non-virtual-dtor -Wno-multichar

...and it does appear to be building SDL2 under ~/.emscripten_cache,
but I'm not getting an sdl2-config.  Do I need to do something more to
get an sdl2-config?

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to