Skip to content

Commit

Permalink
setting :: flag 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
cyj513 committed Oct 18, 2024
1 parent 656f84a commit de010ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tuist/ProjectDescriptionHelpers/Project+Module.swift
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ extension Project {
let settings: Settings = .settings(
base: env.baseSetting
.merging(.codeSign)
.merging(settings)
.merging(ldFlagsSettings),
.merging(settings),
// .merging(ldFlagsSettings),
configurations: configurations,
defaultSettings: .recommended
)
Expand Down

0 comments on commit de010ec

Please sign in to comment.