shithub: puzzles

Download patch

ref: db804ea5a1d2de8d9d7d6e8fe569f5f8ec231832
parent: cc91f8b9deafbf284609e3511ff900104499da9c
author: Simon Tatham <anakin@pobox.com>
date: Fri Mar 1 07:42:15 EST 2024

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.

--- a/cmake/platforms/emscripten.cmake
+++ b/cmake/platforms/emscripten.cmake
@@ -15,7 +15,7 @@
   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