mirror of https://github.com/mono/CppSharp.git
Browse Source
In some environments mono defaults building managed targets in architecture different from the host (like AnyCPU or x86 on x64 host). For example on x64 host (linux) build system would produce i686 architecture managed executables while native libraries are built as amd64. In such case managed executables are unable to load native libraries because they target different native architectures. This change ensures architecture consistency between all built binaries.pull/1012/head
1 changed files with 1 additions and 0 deletions
Loading…
Reference in new issue