Support __EMSCRIPTEN__ in rtc_base.
Bug: None Change-Id: Ie0497e268b93ad15a164db85e8cefdb823d64a65 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/140863 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#28307}
This commit is contained in:
committed by
Commit Bot
parent
0c0c9693b6
commit
b028c6a8ff
@ -47,6 +47,9 @@
|
||||
#elif defined(__pnacl__)
|
||||
#define WEBRTC_ARCH_32_BITS
|
||||
#define WEBRTC_ARCH_LITTLE_ENDIAN
|
||||
#elif defined(__EMSCRIPTEN__)
|
||||
#define WEBRTC_ARCH_32_BITS
|
||||
#define WEBRTC_ARCH_LITTLE_ENDIAN
|
||||
#else
|
||||
#error Please add support for your architecture in rtc_base/system/arch.h
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user