Ruby support #1

Open
jaroslaw wants to merge 165 commits from ruby into main
Showing only changes of commit b6e251dcca - Show all commits

View file

@ -1,3 +1,6 @@
fn main() { 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 println!("cargo:rustc-link-lib=z"); // TODO: if features Ruby
} }