Skip to content

Commit

Permalink
Change python from 3.11 to 3.10 on linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
furby-tm committed Apr 6, 2024
1 parent 378337d commit b398cc7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ let package = Package(
],
publicHeadersPath: "include",
linkerSettings: [
.linkedLibrary("python3.11", .when(platforms: Arch.OS.linux.platform)),
.linkedLibrary("python3.10", .when(platforms: Arch.OS.linux.platform)),
]
),

Expand Down Expand Up @@ -1062,7 +1062,7 @@ func getConfig(for target: PkgTarget) -> TargetInfo
.linkedLibrary("boost_atomic"),
.linkedLibrary("boost_iostreams"),
.linkedLibrary("boost_program_options"),
.linkedLibrary("boost_python311"),
.linkedLibrary("boost_python310"),
]
#endif /* os(Linux) || os(Android) || os(OpenBSD) || os(FreeBSD) */
case .boost:
Expand Down Expand Up @@ -1369,7 +1369,7 @@ enum Arch
{
prods.append(
.library(
name: "sse2neon",
name: "sse2neon",
targets: ["sse2neon"]
)
)
Expand Down

0 comments on commit b398cc7

Please sign in to comment.