Browse Source

Fixed the Runtime project build by adding missing defines.

pull/86/head
triton 12 years ago
parent
commit
a9ace86cd7
  1. 4
      src/Runtime/Runtime.lua

4
src/Runtime/Runtime.lua

@ -9,3 +9,7 @@ project "CppSharp.Runtime"
configuration "vs*" configuration "vs*"
location "." location "."
defines { "MSVC" }
configuration "macosx"
defines { "LIBCXX" }

Loading…
Cancel
Save