We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9a6309 commit 9b32daeCopy full SHA for 9b32dae
build-tools/android-toolchain/android-toolchain.targets
@@ -146,6 +146,7 @@
146
Condition=" !$(AndroidMxeFullPath.EndsWith ($(_MxeHash))) "
147
Text="%24(AndroidMxeFullPath) value of `$(AndroidMxeFullPath)` MUST end with `$(_MxeHash)`!"
148
/>
149
+ <Delete Files="..\..\external\mxe\plugins\native\darwin\patch.mk" TreatErrorsAsWarnings="true" />
150
<Exec
151
Condition="$(AndroidSupportedHostJitAbisForConditionalChecks.Contains (':mxe-Win32:'))"
152
Command="make MXE_TARGETS="$(MingwCommandPrefix32)" gcc cmake zlib pthreads dlfcn-win32 mman-win32 PREFIX="$(AndroidMxeFullPath)""
0 commit comments