From b99be73f2db5d3f81edc96a92ac4839e7f1cc3ab Mon Sep 17 00:00:00 2001 From: Justin Kerk Date: Sat, 29 Oct 2016 06:00:45 +0000 Subject: Experimental support for compiling to WebAssembly using Emscripten (not yet working) (nw) --- makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'makefile') diff --git a/makefile b/makefile index fbdcf366928..c2fb93ae148 100644 --- a/makefile +++ b/makefile @@ -742,6 +742,10 @@ endif ifdef DEBUG_ARGS PARAMS += --DEBUG_ARGS='$(DEBUG_ARGS)' endif + +ifdef WEBASSEMBLY +PARAMS += --WEBASSEMBLY='$(WEBASSEMBLY)' +endif #------------------------------------------------- # All scripts #------------------------------------------------- -- cgit v1.2.3