summaryrefslogtreecommitdiff
path: root/solenv/bin
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-05-17 02:22:19 +0300
committerTor Lillqvist <tml@filifjonkan.site>2011-05-17 02:22:19 +0300
commit84fbaed77de78c37ddae2da17f182aa148ef5776 (patch)
treea14630c11e9306f074a4d8c9f42dd8f843b0a3aa /solenv/bin
parent85d44913abdca42d32bb98e435221227d447fe65 (diff)
More cross-compiling work
AC_SUBST also EXEEXT_FOR_BUILD and use that in Makefile.in. As winemv.set.sh is now called WindowsMSVCEnv.Set.sh, with capital E and S like all the others, we can simplify the glob pattern for the Set.sh file. Don't attempt to download and/or run unpackers for dependencies relevant only when using MSVC if using MinGW. Misc other Windows host vs. build fixes.
Diffstat (limited to 'solenv/bin')
-rwxr-xr-xsolenv/bin/relocate2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/relocate b/solenv/bin/relocate
index 4e9fe685b687..6a5cfb992a3c 100755
--- a/solenv/bin/relocate
+++ b/solenv/bin/relocate
@@ -45,7 +45,7 @@ sub sniff_set($)
opendir ($dirhandle, $build_dir) || die "Can't open $build_dir";
while ($fname = readdir ($dirhandle)) {
- $fname =~ /[Ss]et.sh$/ && last;
+ $fname =~ /Set.sh$/ && last;
}
closedir ($dirhandle);