Changeset 220822 in webkit for trunk/Source/JavaScriptCore/API


Ignore:
Timestamp:
Aug 16, 2017, 8:32:13 PM (8 years ago)
Author:
[email protected]
Message:

[Cocoa] Older-iOS install name symbols are being exported on other platforms
https://bugs.webkit.org/show_bug.cgi?id=175654

Reviewed by Tim Horton.

  • API/JSBase.cpp: Define the symbols only when targeting iOS.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/API/JSBase.cpp

    r216218 r220822  
    176176}
    177177
    178 #if PLATFORM(IOS)
     178#if PLATFORM(IOS) && TARGET_OS_IOS
    179179// FIXME: Expose symbols to tell dyld where to find JavaScriptCore on older versions of
    180180// iOS (< 7.0). We should remove these symbols once we no longer need to support such
Note: See TracChangeset for help on using the changeset viewer.