Skip to content

Commit 14db074

Browse files
committed
Auto merge of #29528 - amitsaha:rust-inside-other-languages-minor, r=nikomatsakis
When referring to the different shared library extensions, specify the OS explicitly.
2 parents 1be3f9f + 900f36f commit 14db074

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/doc/trpl/rust-inside-other-languages.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,8 @@ build deps examples libembed.so native
177177

178178
That `libembed.so` is our ‘shared object’ library. We can use this file
179179
just like any shared object library written in C! As an aside, this may be
180-
`embed.dll` or `libembed.dylib`, depending on the platform.
180+
`embed.dll` (Microsoft Windows) or `libembed.dylib` (Mac OS X), depending on
181+
your operating system.
181182

182183
Now that we’ve got our Rust library built, let’s use it from our Ruby.
183184

0 commit comments

Comments
 (0)