greymd / teip

Masking tape to help commands "do one thing well"
MIT License
569 stars 19 forks source link

Build option to disable Oniguruma #13

Closed greymd closed 4 years ago

greymd commented 4 years ago

One of the user hopes compile binary for another platform. https://twitter.com/qwertanus/status/1277090153027088384

However, teip is depending on onig crate which cannot be compiled for another platform because it is a wrapper of C functions.

greymd commented 4 years ago

Closed #14