Skip to content

Commit

Permalink
Revert "[HybridGlobalization] Fix xamarin_macios build after system I…
Browse files Browse the repository at this point in the history
…CU change (#96270)"

This reverts commit ab8c3b8.
  • Loading branch information
mkhamoyan authored Jan 9, 2024
1 parent 1d5f483 commit 47a6dfe
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/native/libs/System.Globalization.Native/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,6 @@ else()
endif()

if (CLR_CMAKE_TARGET_APPLE)
if(CLR_CMAKE_TARGET_IOS)
add_definitions(-DTARGET_IOS)
elseif(CLR_CMAKE_TARGET_TVOS)
add_definitions(-DTARGET_TVOS)
elseif(CLR_CMAKE_TARGET_MACCATALYST)
add_definitions(-DTARGET_MACCATALYST)
endif()
set(NATIVEGLOBALIZATION_SOURCES_OBJC
pal_locale.m
pal_collation.m
Expand Down

0 comments on commit 47a6dfe

Please sign in to comment.