diff options
| author | Simon Tatham <anakin@pobox.com> | 2024-03-01 12:42:15 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2024-03-01 12:42:15 +0000 |
| commit | db804ea5a1d2de8d9d7d6e8fe569f5f8ec231832 (patch) | |
| tree | 6c3e865efc36dfced33593d1d03334b8d611df84 /cmake/platforms | |
| parent | cc91f8b9deafbf284609e3511ff900104499da9c (diff) | |
| download | puzzles-db804ea5a1d2de8d9d7d6e8fe569f5f8ec231832.zip puzzles-db804ea5a1d2de8d9d7d6e8fe569f5f8ec231832.tar.gz puzzles-db804ea5a1d2de8d9d7d6e8fe569f5f8ec231832.tar.bz2 puzzles-db804ea5a1d2de8d9d7d6e8fe569f5f8ec231832.tar.xz | |
Reset non-WASM Firefox version back to 48.
That's what the comment said I'd left it at, but in some kind of
editing goof, I failed to actually do so.
Diffstat (limited to 'cmake/platforms')
| -rw-r--r-- | cmake/platforms/emscripten.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/platforms/emscripten.cmake b/cmake/platforms/emscripten.cmake index ce1d566..71d57b4 100644 --- a/cmake/platforms/emscripten.cmake +++ b/cmake/platforms/emscripten.cmake @@ -15,7 +15,7 @@ if(WASM) set(MIN_FIREFOX_VERSION 68 CACHE STRING "Oldest major version of Firefox to target") else() - set(MIN_FIREFOX_VERSION 67 CACHE STRING + set(MIN_FIREFOX_VERSION 48 CACHE STRING "Oldest major version of Firefox to target") endif() set(MIN_SAFARI_VERSION 150000 CACHE STRING |