< prev index next >

modules/javafx.web/src/main/native/Source/WTF/wtf/PlatformMac.cmake

Print this page

        

@@ -5,11 +5,10 @@
 find_library(READLINE_LIBRARY Readline)
 list(APPEND WTF_LIBRARIES
     ${COREFOUNDATION_LIBRARY}
     ${COCOA_LIBRARY}
     ${READLINE_LIBRARY}
-    libicucore.dylib
 )
 
 list(APPEND WTF_SOURCES
     AutodrainedPoolMac.mm
     RunLoopTimerCF.cpp
< prev index next >