From 5c8ff1e266ae64a5b234c7f63eee852c3cc65bb6 Mon Sep 17 00:00:00 2001 From: Mark Riedesel Date: Fri, 16 Dec 2016 11:13:53 -0600 Subject: [PATCH] Remove hyphen in shaderc.lua (s/linux-*/linux*/) (#1000) --- scripts/shaderc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/shaderc.lua b/scripts/shaderc.lua index 1ac9d82b2..186d244fc 100644 --- a/scripts/shaderc.lua +++ b/scripts/shaderc.lua @@ -226,7 +226,7 @@ project "shaderc" dofile(path.join(BGFX_DIR, "../bgfx-ext/scripts/shaderc.lua") ) end - configuration { "osx or linux-*" } + configuration { "osx or linux*" } links { "pthread", }