Skip to content

Commit

Permalink
Add event config for starboard
Browse files Browse the repository at this point in the history
b/372056053
  • Loading branch information
MSoliankoLuxoft committed Oct 8, 2024
1 parent 6d98ce0 commit ce35f9e
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(STARBOARD)
#include "third_party/libevent/starboard/event-config.h"
#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 ce35f9e

Please sign in to comment.