zinit-module
zinit-module copied to clipboard
zsh module for automatically compiling sourced files
After update to zsh 5.8.1, I get the following error: ``` /home/klaus/.zsh/zshrc/10_zshplugin:26: failed to load module `zdharma_continuum/zinit': /home/klaus/.zinit/module/Src/zdharma_continuum/zinit.so: undefined symbol: bshin ```
The `zinit module build` run would report that the module built successfully without actually producing the bundle file on OSX. ``` Updated `zsh.mdh'. /Library/Developer/CommandLineTools/usr/bin/make -f Makemod prefix='/usr/local' exec_prefix='/usr/local' bindir='/usr/local/bin' libdir='/usr/local/lib'...
I would like to know how to compile this module statically [ kinda bundle it compile-time with zsh] since android dosent support dynamic modules
### Describe the bug ``` % zinit module build % module_path+=( "/home/ravi/.local/share/zinit/module/Src" ) % zmodload zdharma_continuum/zinit zsh: failed to load module `zdharma_continuum/zinit': /home/ravi/.local/share/zinit/module/Src/zdharma_continuum/zinit.so: cannot open share d object file: No...