emscripten-core/emscripten

[feature request] Support uuid_generate_random (in uuid/uuid.h)

Open

#12,093 创建于 2020年9月1日

在 GitHub 查看
 (8 评论) (0 反应) (0 负责人)C++ (3,519 fork)batch import
good first bughelp wanted

仓库指标

Star
 (27,361 star)
PR 合并指标
 (平均合并 19天 10小时) (30 天内合并 147 个 PR)

描述

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

贡献者指南