Skip to content

Commit

Permalink
Remove note about raw-dylib being unstable on x86 Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dpaoliello committed Mar 27, 2023
1 parent 3c47807 commit 8360432
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/items/external-blocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,9 +231,8 @@ resolution logic to find that import library. Alternatively, specifying
`kind = "raw-dylib"` instructs the compiler to generate an import library
during compilation and provide that to the linker instead.

`raw-dylib` is only supported on Windows and not supported on 32-bit x86
(`target_arch="x86"`). Using it when targeting other platforms or
x86 on Windows will result in a compiler error.
`raw-dylib` is only supported on Windows. Using it when targeting other
platforms will result in a compiler error.

### The `link_name` attribute

Expand Down

0 comments on commit 8360432

Please sign in to comment.