File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 90
90
<ItemGroup >
91
91
<_ConfigureArchiveDSOStubCommands Include =" @(AndroidSupportedTargetJitAbi)" >
92
92
<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 >
94
94
<WorkingDirectory >$(FlavorIntermediateOutputPath)%(AndroidSupportedTargetJitAbi.AndroidRID)-archive-dso-stub</WorkingDirectory >
95
95
</_ConfigureArchiveDSOStubCommands >
96
96
</ItemGroup >
113
113
<_NoInline Condition =" '$(DoNotInlineMonodroid)' == 'true' " >-DDONT_INLINE=ON</_NoInline >
114
114
<_NoStrip Condition =" '$(DoNotStripMonodroid)' == 'true' " >-DSTRIP_DEBUG=OFF</_NoStrip >
115
115
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 >
117
117
</PropertyGroup >
118
118
119
119
<ItemGroup >
You can’t perform that action at this time.
0 commit comments