Skip to content

Instantly share code, notes, and snippets.

@iwillspeak
Created July 11, 2017 18:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iwillspeak/b40ea57017008ce3aee52ce1fcdfe776 to your computer and use it in GitHub Desktop.
Save iwillspeak/b40ea57017008ce3aee52ce1fcdfe776 to your computer and use it in GitHub Desktop.
Microcrate for Onig Link Error on Windows
[package]
name = "oni"
version = "0.1.0"
authors = ["Ian Pickering <ipickering2@gmail.com>"]
[dependencies]
onig = "1.4"
[[bin]]
name = "oni"
path = "oni.rs"
extern crate onig;
use onig::*;
fn main() {
Regex::new("");
}
@iwillspeak
Copy link
Author

To investigate rust-onig/rust-onig#45

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment