Browse Source

Fixed compile warning when compiling parser bindings.

pull/1713/head
Joao Matos 2 years ago
parent
commit
5820e2b900
  1. 1
      src/CppParser/Bindings/CSharp/CppSharp.Parser.CSharp.csproj

1
src/CppParser/Bindings/CSharp/CppSharp.Parser.CSharp.csproj

@ -5,6 +5,7 @@ @@ -5,6 +5,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<ProduceReferenceAssembly>true</ProduceReferenceAssembly>
<IsPackable>true</IsPackable>
<NoWarn>0109</NoWarn>
<PlatformParserFolder Condition="$(IsWindows) AND $(PlatformTarget) == x64">x86_64-pc-win32-msvc</PlatformParserFolder>
<PlatformParserFolder Condition="$(IsLinux) AND $(PlatformTarget) == x64 AND $(UseCXX11ABI)">x86_64-linux-gnu-cxx11abi</PlatformParserFolder>
<PlatformParserFolder Condition="$(IsLinux) AND $(PlatformTarget) == x64 AND !$(UseCXX11ABI)">x86_64-linux-gnu</PlatformParserFolder>

Loading…
Cancel
Save