Changeset 205357 in webkit


Ignore:
Timestamp:
Sep 2, 2016 11:14:27 AM (8 years ago)
Author:
beidson@apple.com
Message:

Weak link the GameController.framework on macOS but differently than before.

Reviewed by Dan Bernstein.

  • Configurations/WebCore.xcconfig:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r205354 r205357  
     12016-09-02  Brady Eidson  <beidson@apple.com>
     2
     3        Weak link the GameController.framework on macOS but differently than before.
     4
     5        Reviewed by Dan Bernstein.
     6       
     7        * Configurations/WebCore.xcconfig:
     8
    192016-09-02  Chris Dumez  <cdumez@apple.com>
    210
  • trunk/Source/WebCore/Configurations/WebCore.xcconfig

    r205347 r205357  
    6767
    6868WK_GAMECONTROLLER_LDFLAGS = $(WK_GAMECONTROLLER_LDFLAGS_$(ENABLE_GAMEPAD));
    69 WK_GAMECONTROLLER_LDFLAGS_ENABLE_GAMEPAD[sdk=iphone*] = -framework GameController;
     69WK_GAMECONTROLLER_LDFLAGS_ENABLE_GAMEPAD = -framework GameController;
    7070WK_GAMECONTROLLER_LDFLAGS_ENABLE_GAMEPAD[sdk=macosx*] = -weak_framework GameController;
    7171
Note: See TracChangeset for help on using the changeset viewer.