Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 4a7ae9c

Browse files
authored
Merge pull request #4699 from wfurt/fix_4698
disable crossgen on FreeBSD for now
2 parents 164b133 + 8e475a0 commit 4a7ae9c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dir.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,8 @@
273273

274274
<PropertyGroup>
275275
<DisableCrossgen>false</DisableCrossgen>
276+
<!-- Disable cross-gen on FreeBSD for now. This can be revisited when we have full support. -->
277+
<DisableCrossgen Condition="'$(OSGroup)'=='FreeBSD'">true</DisableCrossgen>
276278
<OutputVersionBadge>$(BaseOutputRootPath)sharedfx_$(OutputRid)_$(ConfigurationGroup)_version_badge.svg</OutputVersionBadge>
277279
</PropertyGroup>
278280

0 commit comments

Comments
 (0)