Fix to be able to use more recent mingw64 gccs

svn path=/trunk/tools/RosBE/; revision=1076
This commit is contained in:
Daniel Reimer 2009-07-13 23:39:35 +00:00
parent a7694a7c41
commit acd1b3fc66

View File

@ -9,7 +9,7 @@
# Check if we're switching to the AMD64 architecture
if ("$ENV:ROS_ARCH" -eq "amd64") {
$ENV:ROS_PREFIX = "x86_64-pc-mingw32"
$ENV:ROS_PREFIX = "x86_64-w64-mingw32"
} else {
$ENV:ROS_PREFIX = $null
}