mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
macos spm related changes
This commit is contained in:
parent
bbf127b806
commit
44f6809daf
3
.gitignore
vendored
3
.gitignore
vendored
@ -65,3 +65,6 @@ xcodeproj.bazelrc
|
|||||||
build-input/*
|
build-input/*
|
||||||
**/*.pyc
|
**/*.pyc
|
||||||
*.pyc
|
*.pyc
|
||||||
|
submodules/OpusBinding/SharedHeaders/*
|
||||||
|
submodules/FFMpegBinding/SharedHeaders/*
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ let package = Package(
|
|||||||
publicHeadersPath: "Public",
|
publicHeadersPath: "Public",
|
||||||
cSettings: [
|
cSettings: [
|
||||||
.headerSearchPath("Public"),
|
.headerSearchPath("Public"),
|
||||||
.unsafeFlags(["-I../../../../core-xprojects/ffmpeg/build/ffmpeg/include"])
|
.headerSearchPath("SharedHeaders/ffmpeg/include"),
|
||||||
]),
|
]),
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
2
submodules/OpusBinding/Package.swift
vendored
2
submodules/OpusBinding/Package.swift
vendored
@ -28,8 +28,8 @@ let package = Package(
|
|||||||
cSettings: [
|
cSettings: [
|
||||||
.headerSearchPath("PublicHeaders"),
|
.headerSearchPath("PublicHeaders"),
|
||||||
.headerSearchPath("PublicHeaders/OpusBinding"),
|
.headerSearchPath("PublicHeaders/OpusBinding"),
|
||||||
|
.headerSearchPath("SharedHeades/libopus/include"),
|
||||||
.headerSearchPath("Sources"),
|
.headerSearchPath("Sources"),
|
||||||
.unsafeFlags(["-I../../../../core-xprojects/libopus/build/libopus/include"])
|
|
||||||
]),
|
]),
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user