File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 3737 <_EmulatorArgumentSuffix >`"</_EmulatorArgumentSuffix >
3838 </PropertyGroup >
3939
40- <PropertyGroup Condition =" '$(TargetSystem)' == 'windows' and '$(TargetBits)' == '32' and '$( IsCrossCompilingArchitecture)' == 'false'" >
40+ <PropertyGroup Condition =" '$(TargetSystem)' == 'windows' and '$(IsCrossCompilingArchitecture)' == 'false'" >
4141 <_EmulatorName >wine</_EmulatorName >
4242 <_EmulatorCommand >wine</_EmulatorCommand >
4343 </PropertyGroup >
4444
45- <PropertyGroup Condition =" '$(TargetSystem)' == 'windows' and '$(TargetBits)' == '64' and '$(IsCrossCompilingArchitecture)' == 'false'" >
46- <_EmulatorName >wine64</_EmulatorName >
47- <_EmulatorCommand >wine64</_EmulatorCommand >
48- </PropertyGroup >
49-
5045 <PropertyGroup Condition =" '$(IsCrossExecuting)' == 'true' and '$(UseEmulator)' == 'true'" >
5146 <EmulatorName >$(_EmulatorName)</EmulatorName >
5247 <EmulatorCommand >$(_EmulatorCommand)</EmulatorCommand >
You can’t perform that action at this time.
0 commit comments