Created
December 27, 2017 13:12
-
-
Save kngwyu/f1c0ddfbdc6472bd077e2499556250bb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;;; 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