File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9090 <ItemGroup >
9191 <_ConfigureArchiveDSOStubCommands Include =" @(AndroidSupportedTargetJitAbi)" >
9292 <Command >$(CmakePath)</Command >
93- <Arguments >-DOUTPUT_PATH="$(OutputPath.TrimEnd('\')" -DRUNTIME_FLAVOR="$(CMakeRuntimeFlavor)" --preset default-release-%(AndroidSupportedTargetJitAbi.Identity) -DBUILD_ARCHIVE_DSO_STUB=ON -DSTRIP_DEBUG=ON "$(MSBuildThisFileDirectory)"</Arguments >
93+ <Arguments >-DOUTPUT_PATH="$(OutputPath.TrimEnd('\')) " -DRUNTIME_FLAVOR="$(CMakeRuntimeFlavor)" --preset default-release-%(AndroidSupportedTargetJitAbi.Identity) -DBUILD_ARCHIVE_DSO_STUB=ON -DSTRIP_DEBUG=ON "$(MSBuildThisFileDirectory)"</Arguments >
9494 <WorkingDirectory >$(FlavorIntermediateOutputPath)%(AndroidSupportedTargetJitAbi.AndroidRID)-archive-dso-stub</WorkingDirectory >
9595 </_ConfigureArchiveDSOStubCommands >
9696 </ItemGroup >
113113 <_NoInline Condition =" '$(DoNotInlineMonodroid)' == 'true' " >-DDONT_INLINE=ON</_NoInline >
114114 <_NoStrip Condition =" '$(DoNotStripMonodroid)' == 'true' " >-DSTRIP_DEBUG=OFF</_NoStrip >
115115
116- <_CmakeAndroidFlags >-DOUTPUT_PATH="$(OutputPath.TrimEnd('\')" -DRUNTIME_FLAVOR="$(CMakeRuntimeFlavor)" $(_NoInline) $(_NoStrip) "$(MSBuildThisFileDirectory)"</_CmakeAndroidFlags >
116+ <_CmakeAndroidFlags >-DOUTPUT_PATH="$(OutputPath.TrimEnd('\')) " -DRUNTIME_FLAVOR="$(CMakeRuntimeFlavor)" $(_NoInline) $(_NoStrip) "$(MSBuildThisFileDirectory)"</_CmakeAndroidFlags >
117117 </PropertyGroup >
118118
119119 <ItemGroup >
You can’t perform that action at this time.
0 commit comments