summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Justin Kerk <dopefishjustin@gmail.com>2015-11-21 01:40:59 -0800
committer Justin Kerk <dopefishjustin@gmail.com>2015-11-21 01:40:59 -0800
commit078d8e099a36df8667772b2b1524fd339defabcc (patch)
tree866daac06cc43d6d67dd8ad0e395634cf029bd33 /makefile
parent5b1422965d8f2e86addebd9db4e49eb4f8d6c00f (diff)
Emscripten build fixes (nw)
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/makefile b/makefile
index f78c443970e..0f380ece13b 100644
--- a/makefile
+++ b/makefile
@@ -327,6 +327,10 @@ endif
ifeq ($(TARGETOS),os2)
OSD := sdl
endif
+
+ifeq ($(TARGETOS),asmjs)
+OSD := sdl
+endif
endif
#-------------------------------------------------