Skip to content

Commit

Permalink
Specify minimum supported Safari version
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke committed Jan 14, 2025
1 parent 9cb07f6 commit f69e824
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,9 @@ if ("web" IN_LIST ENVIRONMENT)
--pre-js=${CMAKE_CURRENT_SOURCE_DIR}/workaround-cors-pre.js
)
set(WEB_MIN_TARGETS
-sMIN_FIREFOX_VERSION=89
-sMIN_CHROME_VERSION=91
-sMIN_FIREFOX_VERSION=89
-sMIN_SAFARI_VERSION=160400
)

# libvips requires spawning at least VIPS_CONCURRENCY threads synchronously, with a minimum of 3 threads per
Expand Down

0 comments on commit f69e824

Please sign in to comment.