From 0847815da322d15a6fd13959b2fd10a3a6eac586 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joa=CC=83o=20Matos?= Date: Thu, 17 Apr 2014 00:48:34 +0100 Subject: [PATCH] Calll the binding generator with a debug Mono when building the tests. --- build/Tests.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Tests.lua b/build/Tests.lua index 60f7d41b..e2620543 100644 --- a/build/Tests.lua +++ b/build/Tests.lua @@ -63,7 +63,7 @@ function SetupTestGeneratorBuildEvent(name) prebuildcommands { exePath } else local exePath = SafePath("%{cfg.buildtarget.directory}/" .. name .. ".Gen.exe") - prebuildcommands { "mono " .. exePath } + prebuildcommands { "mono --debug " .. exePath } end end