emscripten-core / emscripten-core/emscripten
[feature request] Support uuid_generate_random (in uuid/uuid.h)
Open
good first bug
help wanted
- Dominant language
- C++
- Stars
- 27.6k
- Forks
- 3.6k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 105
Description
This makes fontconfig compilation fail and was also noted in https://github.com/dotnet/corert/pull/4624
Maybe an unsecure hack (behind an emcc option?) aliasing uuid_generate as uuid_generate_random could be provided?
Currently I patch it out with a define: `CFLAGS=-Duuid_generate_random=uuid_generate`
Contributor guide
Assessment
This issue has not been assessed yet.