Skip to content

Commit 8360432

Browse files
committed
Remove note about raw-dylib being unstable on x86 Windows
1 parent 3c47807 commit 8360432

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/items/external-blocks.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -231,9 +231,8 @@ resolution logic to find that import library. Alternatively, specifying
231231
`kind = "raw-dylib"` instructs the compiler to generate an import library
232232
during compilation and provide that to the linker instead.
233233

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

238237
### The `link_name` attribute
239238

0 commit comments

Comments
 (0)