Browse Source

[build] Do not include Std-symbols native project in VS for Mac solution in non-Windows hosts.

pull/914/head
Joao Matos 9 years ago
parent
commit
728832da8e
  1. 5
      src/CppParser/premake5.lua

5
src/CppParser/premake5.lua

@ -40,7 +40,6 @@ project "CppSharp.CppParser"
CopyClangIncludes() CopyClangIncludes()
filter {} filter {}
end
project "Std-symbols" project "Std-symbols"
@ -71,4 +70,6 @@ project "Std-symbols"
print "Unknown architecture" print "Unknown architecture"
end end
filter {} filter {}
end

Loading…
Cancel
Save