| 12345678910111213141516 |
- Subject: Update README.md
- Origin: upstream, commit 0.4.27-44-g7cbbc99 <https://github.com/ahupp/python-magic/commit/0.4.27-44-g7cbbc99>
- Author: Adam Hupp <adam@hupp.org>
- Date: Thu Aug 14 20:10:59 2025 -0700
- --- a/README.md
- +++ b/README.md
- @@ -73,7 +73,7 @@
- If python-magic fails to load the library it may be in a non-standard location, in which case you can set the environment variable `DYLD_LIBRARY_PATH` to point to it.
-
- ### SmartOS:
- -- Install libmagic for source https://github.com/threatstack/libmagic/
- +- Install libmagic for source: https://github.com/file/file
- - Depending on your ./configure --prefix settings set your LD_LIBRARY_PATH to <prefix>/lib
-
- ### Troubleshooting
|