Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Compile libwebsockets with intptr_t support enabled (#24643)
If intptr_t support is not available (should be detected by the configuration script which is not run in our setup) the libwebsockets projects falls back to "unsigned long long" which is not right for 32-bit platforms (e.g. Tizen armv7). All modern toolchains should support intptr_t typedef.
- Loading branch information