mirror of
https://github.com/reactos/RosBE.git
synced 2024-11-23 11:29:44 +00:00
Fix to be able to use more recent mingw64 gccs
svn path=/trunk/tools/RosBE/; revision=1076
This commit is contained in:
parent
a7694a7c41
commit
acd1b3fc66
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user