We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06def08 commit f194176Copy full SHA for f194176
src/chdb/chdb.csproj
@@ -8,6 +8,6 @@
8
</PropertyGroup>
9
10
<ItemGroup>
11
- <None Update="libchdb.so" CopyToOutputDirectory="PreserveNewest" Condition="$([MSBuild]::IsOSPlatform('OSX'))" />
+ <None Update="libchdb.so" CopyToOutputDirectory="PreserveNewest" Condition="$([MSBuild]::IsOSPlatform('OSX')) OR $([MSBuild]::IsOSPlatform('Linux'))" />
12
</ItemGroup>
13
</Project>
0 commit comments