Added missing archiver prefix for wpilibc

Change-Id: I010a036915b1df85b35444890aa2d1cc2592470a
This commit is contained in:
Fredric Silberberg
2015-05-20 18:55:54 -04:00
parent 1e4e0bacde
commit 01d73d04f3

View File

@@ -112,6 +112,7 @@ subprojects {
args << '-rdynamic'
args.remove('-m32')
}
staticLibArchiver.executable = compilerPrefix + staticLibArchiver.executable
}
}
}