Emscripten: Fix keymap.

This commit is contained in:
Alberto Torres 2024-08-29 00:52:49 +02:00
parent 6e24bf5670
commit 63c56e4b9d

View file

@ -37,6 +37,7 @@ out:"build/game"
@if emscripten:
passL:"-o build/web/game.js"
passC:"-DGLFW_KEYMAP"
d:opengl_es
noMain:on
nimcache:"tmp/emscripten"