From e484f6f7e724e6f88e3577a817be50d3fdda5916 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joa=CC=83o=20Matos?= Date: Tue, 2 Jun 2015 14:01:30 +0100 Subject: [PATCH] Fixed the OS X tests build to use the Xcode toolchain lookup support. --- src/Generator.Tests/GeneratorTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Generator.Tests/GeneratorTest.cs b/src/Generator.Tests/GeneratorTest.cs index 20fd286a..7d6318bf 100644 --- a/src/Generator.Tests/GeneratorTest.cs +++ b/src/Generator.Tests/GeneratorTest.cs @@ -51,7 +51,7 @@ namespace CppSharp.Utils }; if (IsMacOS) { - options.addArguments ("-stdlib=libc++"); + options.SetupXcode(); } foreach (var header in headersPaths)