summaryrefslogtreecommitdiff
path: root/solenv/bin/linkoo
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2013-06-07 00:42:22 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2013-06-07 00:42:38 +0200
commitefdad0b126abd3c151b545740d0530a0a832d482 (patch)
tree1aa3e471f1bd2169378ac83abe8e715e528c51fa /solenv/bin/linkoo
parenta6f81b3a98e136afabda512b4082b2be05490b34 (diff)
wntgccx -> Win_x64 for packages
Change-Id: I52fbcee96ad6927a4af49b78001c49916a5c3544
Diffstat (limited to 'solenv/bin/linkoo')
-rwxr-xr-xsolenv/bin/linkoo4
1 files changed, 2 insertions, 2 deletions
diff --git a/solenv/bin/linkoo b/solenv/bin/linkoo
index bda2132a4c78..47aa4029948d 100755
--- a/solenv/bin/linkoo
+++ b/solenv/bin/linkoo
@@ -110,11 +110,11 @@ File::Spec->file_name_is_absolute($OOO_BUILD) || die "linkoo requires absolute p
$SOLARVER = "$OOO_BUILD/solver";
-if ($TARGET =~ /^wntgcci/ || $TARGET =~ /^wntmsci[0-9]+/) {
+if ($TARGET =~ /^wntgcci/ || $TARGET =~ /^wntgccx/ || $TARGET =~ /^wntmsci[0-9]+/|| $TARGET =~ /^wntmscx[0-9]+/) {
$windows = 1;
}
-if ($TARGET =~ /^wntmsci[0-9]+/) {
+if ($TARGET =~ /^wntmsci[0-9]+/ || $TARGET =~ /^wntmscx[0-9]+/) {
# wntgcci means are cross-compiling & can symlink, so copy only on real
# Windows
$copy = 1;