VirtualBox

Changeset 107897 in vbox


Ignore:
Timestamp:
Jan 22, 2025 5:25:41 PM (10 days ago)
Author:
vboxsync
Message:

/configure: Improvements Darwin/macOS version detection, now handles up to macOS 15 Sequoia.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r106061 r107897  
    23802380  darwin_ver=`uname -r`
    23812381  case "$darwin_ver" in
     2382    24\.*)
     2383      darwin_ver="15.0" # Sequoia
     2384      ;;
     2385    23\.*)
     2386      darwin_ver="14.0" # Sonoma
     2387      ;;
     2388    22\.*)
     2389      darwin_ver="13.0" # Ventura
     2390      ;;
     2391    21\.*)
     2392      darwin_ver="12.0" # Monterey
     2393      ;;
    23822394    20\.*)
    23832395      darwin_ver="11.0" # Big Sur
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette