spm changes
This commit is contained in:
parent
bbf127b806
commit
5f7e848086
2 changed files with 3 additions and 5 deletions
|
|
@ -23,10 +23,8 @@ let package = Package(
|
|||
publicHeadersPath: "PublicHeaders",
|
||||
cSettings: [
|
||||
.headerSearchPath("PublicHeaders"),
|
||||
.unsafeFlags([
|
||||
"-I../../../../core-xprojects/openssl/build/openssl/include",
|
||||
"-I../EncryptionProvider/PublicHeaders"
|
||||
])
|
||||
.headerSearchPath("SharedHeaders/openssl/include"),
|
||||
.headerSearchPath("SharedHeaders/EncryptionProvider"),
|
||||
]),
|
||||
]
|
||||
)
|
||||
|
|
|
|||
2
submodules/OpusBinding/Package.swift
vendored
2
submodules/OpusBinding/Package.swift
vendored
|
|
@ -28,8 +28,8 @@ let package = Package(
|
|||
cSettings: [
|
||||
.headerSearchPath("PublicHeaders"),
|
||||
.headerSearchPath("PublicHeaders/OpusBinding"),
|
||||
.headerSearchPath("SharedHeaders/libopus/include"),
|
||||
.headerSearchPath("Sources"),
|
||||
.unsafeFlags(["-I../../../../core-xprojects/libopus/build/libopus/include"])
|
||||
]),
|
||||
]
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue