Skip to content

Commit

Permalink
Add event config for starboard (#4228) (#4456)
Browse files Browse the repository at this point in the history
This PR is a duplicate of PR
[4228](#4228) added as a
cherry-pick to this commit
[7bf0af3](7bf0af3)
b/372056053
  • Loading branch information
MSoliankoLuxoft authored Dec 5, 2024
1 parent e67b550 commit c17e632
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion third_party/libevent/event-config.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
// This file is Chromium-specific, and brings in the appropriate
// event-config.h depending on your platform.

#if defined(__APPLE__)
#if defined(LIBEVENT_CONFIG_PLATFORM_HEADER)
#include LIBEVENT_CONFIG_PLATFORM_HEADER
#elif defined(__APPLE__)
#include "third_party/libevent/mac/event-config.h"
#elif defined(ANDROID)
#include "third_party/libevent/android/event-config.h"
Expand Down

0 comments on commit c17e632

Please sign in to comment.