File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -395,7 +395,7 @@ keep the value it acquires when the module gets precompiled.
395
395
If you write C < native('foo') > NativeCall will search libfoo.so under Unix like system (libfoo.dynlib on OS X, foo.dll on win32).
396
396
In most modern system it will require you or the user of your module to install
397
397
the development package because it's recommended to always provide an API/ABI version to a
398
- shared library, so libfoo.so ends often being a symbolic link provided only by a devel package.
398
+ shared library, so libfoo.so ends often being a symbolic link provided only by a development package.
399
399
400
400
To avoid that, the C < native > trait allows you to specify the API/ABI version. It can be a full
401
401
version or just a part of it. (Try to stick to Major version, some BSD code does not care for Minor.)
You can’t perform that action at this time.
0 commit comments