Merge "Added missing archiver prefix for wpilibc"

This commit is contained in:
Brad Miller (WPI)
2015-06-12 13:01:19 -07:00
committed by Gerrit Code Review

View File

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