Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #770 - BurntSushi:fix-out-dir-example, r=kbknapp
Query OUT_DIR at runtime. It seems that Cargo no longer sets OUT_DIR when compiling build.rs, but it's still available at runtime. Therefore, switch `env!` to `env::var_os`.
- Loading branch information