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" }