Skip to content

Commit 498c68e

Browse files
committed
fix & bandage
1 parent 1f13d5a commit 498c68e

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

Build/Localize.targets

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
<GoldEticDir>$(ListsDirectory)/GramCats</GoldEticDir>
3737
<MessagesPot>$(L10nsBaseDir)/messages.pot</MessagesPot>
3838
<LcmSrcDir>$(LcmRootDir)/src</LcmSrcDir>
39+
<DownloadsDir>$(fwrt)/Downloads</DownloadsDir><!-- TODO (Hasso) 2026.02: figure out why this isn't getting set elsewhere -->
3940
<CrowdinZip>$(DownloadsDir)/Crowdin.zip</CrowdinZip>
4041
<CrowdinApiKey>$(CROWDIN_API_KEY)</CrowdinApiKey>
4142
<DisableLocalization Condition="'$(DisableLocalization)'=='' and '$(CrowdinApiKey)'==''">true</DisableLocalization>

Build/SetupInclude.targets

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@
1515
</PropertyGroup>
1616
<PropertyGroup>
1717
<IcuVersion>70</IcuVersion>
18-
<!-- Only compute fwrt if not already set (e.g., by NativeBuild.csproj) -->
19-
<fwrt Condition="'$(fwrt)' == ''"
20-
>$([System.IO.Directory]::GetParent($(MSBuildProjectDirectory)))</fwrt
21-
>
18+
<!-- Compute fwrt only if not already set (e.g., by NativeBuild.csproj) -->
19+
<fwrt Condition="'$(fwrt)' == ''">$([System.IO.Directory]::GetParent($(MSBuildProjectDirectory)))</fwrt>
2220
<fwrt Condition="'$(fwrt)' == ''">$(MSBuildThisFileDirectory)..</fwrt>
2321
</PropertyGroup>
2422
<!--

0 commit comments

Comments
 (0)