ByteStream: Move zstd wrapper to util project

Removes zstd dependency from common, fixes updater running on Mac.
This commit is contained in:
Stenzek
2024-02-05 14:26:42 +10:00
parent ac1fd7f0cf
commit d5fb5645fc
7 changed files with 327 additions and 313 deletions

View File

@ -153,6 +153,7 @@
<ClCompile Include="http_downloader.cpp" />
<ClCompile Include="metal_device.mm" />
<ClCompile Include="metal_stream_buffer.mm" />
<ClCompile Include="zstd_byte_stream.cpp" />
</ItemGroup>
<ItemGroup>
<Filter Include="gl">