From 8bd171e786ab8b20544334434d35e43fa46d39f4 Mon Sep 17 00:00:00 2001 From: Thorsten Behrens Date: Fri, 30 Sep 2011 11:18:59 +0200 Subject: Make translation tools cross-build aware Build-time tools should use build-time inpath... --- l10ntools/source/localize.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'l10ntools') diff --git a/l10ntools/source/localize.cxx b/l10ntools/source/localize.cxx index bb97551cbc89..2ed64a8e3e43 100644 --- a/l10ntools/source/localize.cxx +++ b/l10ntools/source/localize.cxx @@ -340,7 +340,7 @@ void SourceTreeLocalizer::WorkOnFile( sDel=ByteString("/"); #endif ByteString sPath1( Export::GetEnv("SOLARVER") ); - ByteString sPath2( Export::GetEnv("INPATH") ); + ByteString sPath2( Export::GetEnv("INPATH_FOR_BUILD") ); ByteString sPath3( "bin" ); ByteString sExecutable( sPath1 ); #if defined(WNT) -- cgit