Rename misspelled module reference.

This commit is contained in:
Joseph Crail 2014-11-04 23:18:30 -05:00
parent 98958bcaf4
commit a31e3d6de3

View File

@ -11,7 +11,7 @@
use target::Target;
pub fn target() -> Target {
let mut base = super::draginfly_base::opts();
let mut base = super::dragonfly_base::opts();
base.pre_link_args.push("-m32".to_string());
Target {