diff options
author | Thorsten Behrens <tbehrens@novell.com> | 2011-09-30 11:18:59 +0200 |
---|---|---|
committer | Thorsten Behrens <tbehrens@novell.com> | 2011-09-30 11:23:12 +0200 |
commit | 8bd171e786ab8b20544334434d35e43fa46d39f4 (patch) | |
tree | 9b85eef2bd25ad08d17ff1a08abef3dd9bf2c90b /l10ntools/source | |
parent | acc5c0734cf1d403c2ae9e70010e216563718e25 (diff) |
Make translation tools cross-build aware
Build-time tools should use build-time inpath...
Diffstat (limited to 'l10ntools/source')
-rw-r--r-- | l10ntools/source/localize.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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) |