[tests] We can't call dsymutil/strip on static libraries, so mark them as such.

This commit is contained in:
Rolf Bjarne Kvinge 2022-02-11 13:55:22 +01:00
Родитель a04e653d24
Коммит a2c3d7d225
2 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -42,11 +42,15 @@
<Kind>Framework</Kind> <Kind>Framework</Kind>
<SmartLink>False</SmartLink> <SmartLink>False</SmartLink>
<Frameworks>CoreLocation ModelIO</Frameworks> <Frameworks>CoreLocation ModelIO</Frameworks>
<NoDSymUtil>true</NoDSymUtil>
<NoSymbolStrip>true</NoSymbolStrip>
</NativeReference> </NativeReference>
<NativeReference Include="$(TestLibrariesDirectory)\.libs\$(NativeLibName)\XStaticObjectTest.framework"> <NativeReference Include="$(TestLibrariesDirectory)\.libs\$(NativeLibName)\XStaticObjectTest.framework">
<Kind>Framework</Kind> <Kind>Framework</Kind>
<SmartLink>False</SmartLink> <SmartLink>False</SmartLink>
<Frameworks>CoreLocation ModelIO</Frameworks> <Frameworks>CoreLocation ModelIO</Frameworks>
<NoDSymUtil>true</NoDSymUtil>
<NoSymbolStrip>true</NoSymbolStrip>
</NativeReference> </NativeReference>
<NativeReference Include="$(TestLibrariesDirectory)\.libs\$(NativeLibName)\XTest.framework"> <NativeReference Include="$(TestLibrariesDirectory)\.libs\$(NativeLibName)\XTest.framework">
<Kind>Framework</Kind> <Kind>Framework</Kind>

Просмотреть файл

@ -50,11 +50,15 @@
<Link>XStaticObjectTest.framework</Link> <Link>XStaticObjectTest.framework</Link>
<LinkerFlags>-lz</LinkerFlags> <LinkerFlags>-lz</LinkerFlags>
<Frameworks>CoreLocation Foundation ModelIO</Frameworks> <Frameworks>CoreLocation Foundation ModelIO</Frameworks>
<NoDSymUtil>true</NoDSymUtil>
<NoSymbolStrip>true</NoSymbolStrip>
</NativeReference> </NativeReference>
<NativeReference Include="$(RepositoryPath)\tests\test-libraries\.libs\ios-fat\XStaticArTest.framework"> <NativeReference Include="$(RepositoryPath)\tests\test-libraries\.libs\ios-fat\XStaticArTest.framework">
<Kind>Framework</Kind> <Kind>Framework</Kind>
<Link>XStaticArTest.framework</Link> <Link>XStaticArTest.framework</Link>
<Frameworks>CoreLocation Foundation ModelIO</Frameworks> <Frameworks>CoreLocation Foundation ModelIO</Frameworks>
<NoDSymUtil>true</NoDSymUtil>
<NoSymbolStrip>true</NoSymbolStrip>
</NativeReference> </NativeReference>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>