Rename misspelled module reference.
This commit is contained in:
parent
98958bcaf4
commit
a31e3d6de3
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue