Commit aeb7a1d
authored
System
## Changes
* Changes ``System`Dump`LibraryExtension`` to ``Internal`DynamicLibraryExtension`` due to impending deprecation.
## Examples
* Remove cache:
```console
$ rm -rf LibraryResources
```
* Build *libSetReplace*:
```wl
In[] := BuildLibSetReplace[]
Out[] = <|"LibraryPath" -> "/Users/maxitg/git/SetReplace/LibraryResources/MacOSX-x86-64/libSetReplace-165zdmc3jmt79.dylib",
"LibraryFileName" -> "libSetReplace-165zdmc3jmt79.dylib", "LibraryBuildTime" -> {2021, 6, 13, 17, 31, 13},
"LibrarySourceHash" -> "165zdmc3jmt79", "FromCache" -> False|>
```
* The library extension is correct (at least on a Mac).DumpLibraryExtension -> Internal`DynamicLibraryExtension (#655)1 parent 121ba89 commit aeb7a1d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
0 commit comments