File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 530
530
<_Objcopy Condition =" '$(Platform)' == 's390x'" >s390x-linux-$(_LinuxAbi)-$(_Objcopy)</_Objcopy >
531
531
<_Objcopy Condition =" '$(Platform)' == 'x64'" >x86_64-linux-$(_LinuxAbi)-$(_Objcopy)</_Objcopy >
532
532
<_Objcopy Condition =" '$(Platform)' == 'x86'" >i686-linux-$(_LinuxAbi)-$(_Objcopy)</_Objcopy >
533
- <_Objcopy Condition =" '$(TargetsAndroid)' == 'true'" >$(ANDROID_NDK_ROOT)/toolchains/llvm/prebuilt/$(MonoToolchainPrebuiltOS)/bin/$(_Objcopy) </_Objcopy >
533
+ <_Objcopy Condition =" '$(TargetsAndroid)' == 'true'" >$(ANDROID_NDK_ROOT)/toolchains/llvm/prebuilt/$(MonoToolchainPrebuiltOS)/bin/llvm-objcopy </_Objcopy >
534
534
</PropertyGroup >
535
535
<!-- test viability of objcopy command -->
536
536
<Exec Condition =" '$(BuildMonoAOTCrossCompilerOnly)' != 'true' and ('$(TargetsLinux)' == 'true' or '$(TargetsAndroid)' == 'true')" Command =" $(_Objcopy) -V" IgnoreStandardErrorWarningFormat =" true" ContinueOnError =" WarnAndContinue" IgnoreExitCode =" true" EchoOff =" true" ConsoleToMsBuild =" true" >
You can’t perform that action at this time.
0 commit comments