Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanpovazan committed Nov 8, 2024
1 parent 24baa2e commit d056e1f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This section describes steps to create a simple .NET Class Library project with
```cs
using System.Runtime.InteropServices;
namespace NaotLib;
public class Class1
{
[UnmanagedCallersOnly(EntryPoint = "aotsample_add")]
Expand Down Expand Up @@ -90,7 +90,7 @@ This section describes all required steps to achieve this and a simple scenario
- `LC_RPATH` load command

```bash
install_name_tool -rpath @executable_path @executable_path/Frameworks MyNativeAOTLibrary/bin/Release/net9.0/ios-arm64/publish/MyNativeAOTLibrary.dylib
install_name_tool -rpath @executable_path @executable_path/Frameworks MyNativeAOTLibrary/bin/Release/net9.0/ios-arm64/publish/MyNativeAOTLibrary.dylib
```

- `LC_ID_DYLIB` load command
Expand Down

0 comments on commit d056e1f

Please sign in to comment.