os/mac: updates for Xcode/macOS 26 RC
This commit is contained in:
parent
80f9e6714f
commit
055c87e47e
@ -6,7 +6,7 @@ includedir=${prefix}/include
|
||||
|
||||
Name: SQLite
|
||||
Description: SQL database engine
|
||||
Version: 3.48.0
|
||||
Version: 3.51.0
|
||||
Libs: -L${libdir} -lsqlite3
|
||||
Libs.private:
|
||||
Cflags:
|
||||
|
@ -372,7 +372,7 @@ module OS
|
||||
sig { returns(String) }
|
||||
def self.latest_clang_version
|
||||
case MacOS.version
|
||||
when "26" then "1700.3.9.908"
|
||||
when "26" then "1700.3.19.1"
|
||||
when "15" then "1700.0.13.5"
|
||||
when "14" then "1600.0.26.6"
|
||||
when "13" then "1500.1.0.2.5"
|
||||
|
Loading…
x
Reference in New Issue
Block a user