diff options
Diffstat (limited to 'src/deps_info.json')
-rw-r--r-- | src/deps_info.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/deps_info.json b/src/deps_info.json index 5bdc75bc..b38ffd00 100644 --- a/src/deps_info.json +++ b/src/deps_info.json @@ -1,5 +1,7 @@ { "uuid_compare": ["memcmp"], - "SDL_Init": ["malloc", "free"] + "SDL_Init": ["malloc", "free"], + "SDL_GL_GetProcAddress": ["emscripten_GetProcAddress"], + "eglGetProcAddress": ["emscripten_GetProcAddress"] } |