Emscripten: Fix keymap.
This commit is contained in:
parent
6e24bf5670
commit
63c56e4b9d
1 changed files with 1 additions and 0 deletions
1
nim.cfg
1
nim.cfg
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue