suyanhanx commented on code in PR #4085:
URL: https://github.com/apache/opendal/pull/4085#discussion_r1468811732
##########
bindings/dotnet/DotOpenDAL/DotOpenDAL.csproj:
##########
@@ -17,10 +17,20 @@
<Nullable>enable</Nullable>
</PropertyGroup>
- <ItemGroup>
+ <ItemGroup
Condition="$([System.Runtime.InteropServices.RuntimeInformation]::RuntimeIdentifier.StartsWith('osx'))">
+ <None Include="../target/debug/libopendal_dotnet.dylib">
Review Comment:
Let me give a try.
##########
bindings/dotnet/DotOpenDAL/DotOpenDAL.csproj:
##########
@@ -17,10 +17,20 @@
<Nullable>enable</Nullable>
</PropertyGroup>
- <ItemGroup>
+ <ItemGroup
Condition="$([System.Runtime.InteropServices.RuntimeInformation]::RuntimeIdentifier.StartsWith('osx'))">
+ <None Include="../target/debug/libopendal_dotnet.dylib">
Review Comment:
Let me give it a try.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]