From c573df73ecf42265b1d710267180b6335c9f7c04 Mon Sep 17 00:00:00 2001 From: Justin Kerk Date: Wed, 2 Sep 2015 13:03:26 -0700 Subject: [PATCH] Fix Emscripten compile with GoogleTest (nw) See https://github.com/kripken/emscripten/issues/3484 --- scripts/genie.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/genie.lua b/scripts/genie.lua index 1699100fbdc..1bf51c6fc88 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -1061,6 +1061,9 @@ configuration { "asmjs" } "-std=gnu++98", } archivesplit_size "20" + includedirs { + os.getenv("EMSCRIPTEN") .. "/system/lib/libcxxabi/include" + } configuration { "android*" } buildoptions {