Browse Source

Fixed the OS X tests build to use the Xcode toolchain lookup support.

pull/455/head
João Matos 11 years ago
parent
commit
e484f6f7e7
  1. 2
      src/Generator.Tests/GeneratorTest.cs

2
src/Generator.Tests/GeneratorTest.cs

@ -51,7 +51,7 @@ namespace CppSharp.Utils
}; };
if (IsMacOS) { if (IsMacOS) {
options.addArguments ("-stdlib=libc++"); options.SetupXcode();
} }
foreach (var header in headersPaths) foreach (var header in headersPaths)

Loading…
Cancel
Save