mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-22 08:25:45 -07:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user