Skip to content

Commit 550eaa0

Browse files
committed
Use TargetOS instead of BuildOS
1 parent 818270c commit 550eaa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index/index.proj

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
<SourceIndexCmd>$(SourceIndexCmd) /in:"$(OutDir)index.list"</SourceIndexCmd>
117117
<SourceIndexCmd>$(SourceIndexCmd)@(ClonedRepository -> ' /serverPath:"%(LocalPath)=%(ServerPath)"', '')</SourceIndexCmd>
118118
<SourceIndexCmd>$(SourceIndexCmd) /p:RunApiCompat=false</SourceIndexCmd>
119-
<SourceIndexCmd>$(SourceIndexCmd) /p:BuildOS=Linux</SourceIndexCmd>
119+
<SourceIndexCmd>$(SourceIndexCmd) /p:TargetOS=Linux</SourceIndexCmd>
120120
<SourceIndexCmd>$(SourceIndexCmd) /p:OSGroup=Linux</SourceIndexCmd>
121121
<SourceIndexCmd>$(SourceIndexCmd) /p:LargeAddressAware=false</SourceIndexCmd>
122122
</PropertyGroup>

0 commit comments

Comments
 (0)