From 97edc7028e7777306d2dbf9fecded81e097f7fed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Sun, 16 Mar 2014 12:38:43 -0700 Subject: [PATCH] Added asmjs target. --- premake/premake4.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/premake/premake4.lua b/premake/premake4.lua index 03e5858d..22148e42 100644 --- a/premake/premake4.lua +++ b/premake/premake4.lua @@ -103,6 +103,10 @@ function exampleProject(_name, _uuid) "pthread", } + configuration { "asmjs" } + kind "ConsoleApp" + targetextension ".bc" + configuration { "linux-*" } links { "X11",