From 2deec96726c7125e73a8f09d80d2618745ad0dbf Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Mon, 18 Feb 2013 15:33:23 +0100 Subject: [PATCH] [RedLaser] Make the QR recognition not crash. --- RedLaser/binding/AssemblyInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RedLaser/binding/AssemblyInfo.cs b/RedLaser/binding/AssemblyInfo.cs index e743be6c..73432074 100644 --- a/RedLaser/binding/AssemblyInfo.cs +++ b/RedLaser/binding/AssemblyInfo.cs @@ -1,4 +1,4 @@ using System; using MonoTouch.ObjCRuntime; -[assembly: LinkWith ("libRedLaserSDK.a", LinkTarget.Simulator | LinkTarget.ArmV6 | LinkTarget.ArmV7, Frameworks = "AudioToolbox AVFoundation CFNetwork CoreMedia CoreVideo OpenGLES Security SystemConfiguration CoreLocation", ForceLoad = true, IsCxx = true, NeedsGccExceptionHandling = true)] +[assembly: LinkWith ("libRedLaserSDK.a", LinkTarget.Simulator | LinkTarget.ArmV6 | LinkTarget.ArmV7, Frameworks = "AudioToolbox AVFoundation CFNetwork CoreMedia CoreVideo OpenGLES Security SystemConfiguration CoreLocation", ForceLoad = true, IsCxx = true, LinkerFlags = "-lstdc++")]