Skip to content

Commit

Permalink
update build
Browse files Browse the repository at this point in the history
  • Loading branch information
cxfksword committed Jul 18, 2024
1 parent 8cd9591 commit 96d57e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/BuildScripts/XCFrameworkBuild/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ private class BuildMPV: BaseBuild {
var ldFlags = super.ldFlags(platform: platform, arch: arch)

if BaseBuild.options.enableGPL {
path = thinDir(library: .libsmbclient, platform: platform, arch: arch)
let path = thinDir(library: .libsmbclient, platform: platform, arch: arch)
if FileManager.default.fileExists(atPath: path.path) {
ldFlags.append(contentsOf: ["-lresolv", "-lpthread", "-lz", "-liconv"])
}
Expand Down

0 comments on commit 96d57e7

Please sign in to comment.