Skip to content

Commit 146d4ce

Browse files
authored
Properly pass carthage flag to CD. (#3671)
1 parent 0da97f9 commit 146d4ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ZipBuilder/Sources/ZipBuilder/ZipBuilder.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ struct ZipBuilder {
717717
// If there are no frameworks, it's an open source pod and we need to compile the source to
718718
// get a framework.
719719
if foundFrameworks.isEmpty {
720-
let builder = FrameworkBuilder(projectDir: projectDir)
720+
let builder = FrameworkBuilder(projectDir: projectDir, carthageBuild: carthageBuild)
721721
let framework = builder.buildFramework(withName: pod.name,
722722
version: pod.version,
723723
logsOutputDir: paths.logsOutputDir)

0 commit comments

Comments
 (0)