smlnj / legacy

This project is the old version of Standard ML of New Jersey that continues to support older systems (e.g., 32-bit machines).
BSD 3-Clause "New" or "Revised" License
25 stars 10 forks source link

Add macOS 15 (Sequoia) to _arch-n-opsys script #316

Open frutiger opened 1 week ago

frutiger commented 1 week ago

On macOS 15 Sequoia Developer Beta, the output of uname -r is 24.0.0.

Description

On macOS 15 Sequoia Developer Beta, the output of uname -r is 24.0.0. Add an extra case statement to support this version.

Related Issue

Fixes #315.

Motivation and Context

Title and #315 are self-descriptive.

How Has This Been Tested?

I modified /usr/local/smlnj/bin/.arch-n-opsys in my local install with this change on a macOS 15 machine.