summaryrefslogtreecommitdiff
path: root/sys/build.rs
blob: 1703b4a72723190165e0fbe805d9d74625e90cba (plain)
fn main() {
	println!("cargo:rustc-link-lib=static=alligator_backend");
	println!("cargo:rustc-link-search=native=C:\\Users\\epice\\source\\repos\\WindowsAlligatorBackend\\x64\\Debug\\");
	println!("cargo:rerun-if-changed=alligator_backend.lib");
}