From a9ace86cd7451fd1c55c044ad5cab19c36a94766 Mon Sep 17 00:00:00 2001 From: triton Date: Thu, 24 Oct 2013 19:09:09 +0100 Subject: [PATCH] Fixed the Runtime project build by adding missing defines. --- src/Runtime/Runtime.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Runtime/Runtime.lua b/src/Runtime/Runtime.lua index 4b2a4cad..85030c2d 100644 --- a/src/Runtime/Runtime.lua +++ b/src/Runtime/Runtime.lua @@ -9,3 +9,7 @@ project "CppSharp.Runtime" configuration "vs*" location "." + defines { "MSVC" } + + configuration "macosx" + defines { "LIBCXX" }