Skip to content

Commit

Permalink
Let SwiftPM decide linking strategy for OIIO
Browse files Browse the repository at this point in the history
  • Loading branch information
furby-tm committed Feb 15, 2024
1 parent e7e3537 commit 92c46bd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1159,12 +1159,10 @@ func getConfig(for target: PkgTarget) -> TargetInfo
),
.library(
name: "OpenImageIO_Util",
type: .dynamic,
targets: ["OpenImageIO_Util"]
),
.library(
name: "OpenImageIO",
type: .dynamic,
targets: ["OpenImageIO"]
),
.library(
Expand Down

0 comments on commit 92c46bd

Please sign in to comment.