Skip to content

Instantly share code, notes, and snippets.

@kngwyu
Created December 27, 2017 13:12
Show Gist options
  • Select an option

  • Save kngwyu/f1c0ddfbdc6472bd077e2499556250bb to your computer and use it in GitHub Desktop.

Select an option

Save kngwyu/f1c0ddfbdc6472bd077e2499556250bb to your computer and use it in GitHub Desktop.
;;; rustfmt
(let ((ld-lib-path (ignore-errors (car (process-lines "rustc" "--print" "sysroot")))))
(when (and ld-lib-path (file-directory-p ld-lib-path))
(setenv "LD_LIBRARY_PATH" (expand-file-name "lib" ld-lib-path))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment