Fix warning

This commit is contained in:
Steven Fackler 2015-02-19 09:14:45 -08:00
parent 9ca965231c
commit 19488f711d
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#![feature(env, path, core)] #![feature(env, old_path)]
extern crate "pkg-config" as pkg_config; extern crate "pkg-config" as pkg_config;
extern crate gcc; extern crate gcc;