Skip to content

Commit

Permalink
Fix iOS/tvOS NativeAOT builds (dotnet#95405)
Browse files Browse the repository at this point in the history
dotnet#80295 added a new entry to tryrun.cmake but iOS/tvOS use a separate tryrun_ios_tvos.cmake which was missing the new entry.
  • Loading branch information
akoeplinger authored Nov 29, 2023
1 parent 92130dc commit 2046432
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eng/native/tryrun_ios_tvos.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ set_cache_value(HAVE_LARGE_SNPRINTF_SUPPORT_EXITCODE 0)
set_cache_value(HAVE_MMAP_DEV_ZERO_EXITCODE 1)
set_cache_value(HAVE_PROCFS_CTL_EXITCODE 1)
set_cache_value(HAVE_PROCFS_STAT_EXITCODE 1)
set_cache_value(HAVE_PROCFS_STATM_EXITCODE 1)
set_cache_value(HAVE_SCHED_GET_PRIORITY_EXITCODE 0)
set_cache_value(HAVE_VALID_NEGATIVE_INF_POW_EXITCODE 0)
set_cache_value(HAVE_VALID_POSITIVE_INF_POW_EXITCODE 0)
Expand Down

0 comments on commit 2046432

Please sign in to comment.