From db804ea5a1d2de8d9d7d6e8fe569f5f8ec231832 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Fri, 1 Mar 2024 12:42:15 +0000 Subject: [PATCH] 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. --- cmake/platforms/emscripten.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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