diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 9c7d3cba..89e01a7f 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -73,7 +73,7 @@ if (EMSCRIPTEN) if (SOKOL_BACKEND STREQUAL SOKOL_WGPU) set(link_flags ${link_flags} -sUSE_WEBGPU=1) else() - set(link_flags ${link_flags} -sUSE_WEBGL2=1) + set(link_flags ${link_flags} -sMIN_WEBGL_VERSION=2 -sMAX_WEBGL_VERSION=2) endif() elseif (OSX_IOS) set(exe_type MACOSX_BUNDLE) |