This should fix #41. On Sublime 3 packages are installed as packed by default but that doesn't work if there are dependencies on shared libraries. With a .no-sublime-package file in the root, the package manager will install the package as unpacked by default, and then things work with shared libraries.
This should fix #41. On Sublime 3 packages are installed as packed by default but that doesn't work if there are dependencies on shared libraries. With a .no-sublime-package file in the root, the package manager will install the package as unpacked by default, and then things work with shared libraries.