From 05b60be3c23ae80e6c8136ce4cd38b588d224af6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=80=D0=B0=D0=BD=D0=B8=D0=BC=D0=B8=D1=80=20=D0=9A?= =?UTF-8?q?=D0=B0=D1=80=D0=B0=D1=9F=D0=B8=D1=9B?= Date: Thu, 2 Jun 2022 12:02:51 -0700 Subject: [PATCH] Remove 17-drawstress from Emscripten build. --- scripts/genie.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/genie.lua b/scripts/genie.lua index 2f4682e50..9ee75e686 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -601,9 +601,9 @@ or _OPTIONS["with-combined-examples"] then ) -- 17-drawstress requires multithreading, does not compile for singlethreaded wasm --- if platform is not single-threaded then + if premake.gcc.namestyle == nil or not premake.gcc.namestyle == "Emscripten" then exampleProject(false, "17-drawstress") --- end + end -- C99 source doesn't compile under WinRT settings if not premake.vstudio.iswinrt() then