File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1212 Condition =" '$(CompilerMode)' == 'Zig' and '$(IsTestable)' == 'true'" >
1313 <Message Text =" Running tests natively..."
1414 Importance =" high"
15- Condition =" '$(EmulatorCommand )' == ''" />
15+ Condition =" '$(IsCrossExecuting )' == 'false '" />
1616
1717 <Zig AccessControl =" $(AccessControl)"
1818 BlockExtensions =" $(BlockExtensions)"
3939 ReleaseMode =" $(ReleaseMode)"
4040 Sanitizers =" $(Sanitizers)"
4141 Sources =" @(Compile)"
42- StandardErrorImportance =" high"
43- StandardOutputImportance =" high"
4442 SymbolExports =" $(SymbolExports)"
4543 SymbolVisibility =" $(SymbolVisibility)"
4644 TagAnalysis =" $(TagAnalysis)"
5957
6058 <Exec Command =" $(EmulatorCommand) $(EmulatorArgumentPrefix)" @(TestAssembly)" $(EmulatorArgumentSuffix) " $(ZigExePath)" "
6159 Condition =" '$(EmulatorCommand)' != ''" />
60+
61+ <Message Text =" A suitable binary emulator is not available for '$(HostRuntimeIdentifier)' -> '$(TargetRuntimeIdentifier)'"
62+ Importance =" high"
63+ Condition =" '$(IsCrossExecuting)' == 'true' and '$(EmulatorCommand)' == ''" />
6264 </Target >
6365</Project >
You can’t perform that action at this time.
0 commit comments