summary history branches tags files
commit:a6033301326abaed331762402f61c946ae3884af
author:Trevor Bentley
committer:Trevor Bentley
date:Fri Jul 21 16:39:10 2017 +0200
parents:5fec43f0ec208a3ccedb2ffeca1bc12cc22c0eac
Clean up more touchbar->rubrail stuff
diff --git a/build.rs b/build.rs
line changes: +0/-6
index a6e5edf..15c907a
--- a/build.rs
+++ b/build.rs
@@ -13,10 +13,4 @@ fn main() {
     // Try again on re-build if either INI file has changed.
     println!("cargo:rerun-if-changed=connectr.ini");
     println!("cargo:rerun-if-changed=connectr.ini.in");
-
-    // Mac touchbar support depends on a private framework to inject itself
-    // into the persistent Control Strip area.  This adds it to the linker
-    // include path.
-    #[cfg(feature = "mac_touchbar")]
-    println!("cargo:rustc-link-search=framework={}", "/System/Library/PrivateFrameworks");
 }