Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
[RedLaser] Make the QR recognition not crash.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfbjarne committed Feb 18, 2013
1 parent 3120776 commit 2deec96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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++")]

0 comments on commit 2deec96

Please sign in to comment.