add todo
This commit is contained in:
parent
6bce009e04
commit
b6e251dcca
1 changed files with 3 additions and 0 deletions
3
build.rs
3
build.rs
|
|
@ -1,3 +1,6 @@
|
|||
fn main() {
|
||||
// export RUBY_CONFIGURE_OPTS="--disable-shared --disable-install-doc --disable-install-rdoc"
|
||||
// ./configure --with-cc-opt=“-I/usr/local/ssl/include” –with-ld-opt=“-L/usr/local/ssl/lib -Wl,-Bstatic -lssl -lcrypto -Wl,-Bdynamic -ldl”
|
||||
|
||||
println!("cargo:rustc-link-lib=z"); // TODO: if features Ruby
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue