diff options
| author | 2016-10-29 06:00:45 +0000 | |
|---|---|---|
| committer | 2016-10-29 06:00:45 +0000 | |
| commit | b99be73f2db5d3f81edc96a92ac4839e7f1cc3ab (patch) | |
| tree | 1da4d36e785de35e44005147befa8995f184b644 /makefile | |
| parent | 592c51d19e7a5e2037fff7037d7a1fbe0b308e6c (diff) | |
Experimental support for compiling to WebAssembly using Emscripten (not yet working) (nw)
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -742,6 +742,10 @@ endif ifdef DEBUG_ARGS PARAMS += --DEBUG_ARGS='$(DEBUG_ARGS)' endif + +ifdef WEBASSEMBLY +PARAMS += --WEBASSEMBLY='$(WEBASSEMBLY)' +endif #------------------------------------------------- # All scripts #------------------------------------------------- |
