From e20451c7997a930b4e8ff8d25a5da6265e1529bf Mon Sep 17 00:00:00 2001 From: Jonathan Howard Date: Sat, 12 Dec 2015 20:16:04 -0500 Subject: [PATCH] Fixed texturec build with --with-profiler enabled --- scripts/texturec.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/texturec.lua b/scripts/texturec.lua index 729e545d..d994fed7 100644 --- a/scripts/texturec.lua +++ b/scripts/texturec.lua @@ -7,6 +7,10 @@ project "texturec" uuid "838801ee-7bc3-11e1-9f19-eae7d36e7d26" kind "ConsoleApp" + defines { + "ENTRY_CONFIG_PROFILER=0", + } + includedirs { path.join(BX_DIR, "include"), path.join(BGFX_DIR, "include"),