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.
This commit is contained in:
Simon Tatham
2024-03-01 12:42:15 +00:00
parent cc91f8b9de
commit db804ea5a1

View File

@ -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