Skip to content

Commit

Permalink
Enable DEFINES_MODULE for all targets
Browse files Browse the repository at this point in the history
  • Loading branch information
giginet committed Dec 9, 2022
1 parent 5e5e3c4 commit 9d3f1bc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ struct TargetBuildSettingsGenerator {
"SWIFT_ACTIVE_COMPILATION_CONDITIONS": [.inherited],
"FRAMEWORK_SEARCH_PATHS": [.inherited, "$(PLATFORM_DIR)/Developer/Library/Frameworks"],
"BUILD_LIBRARY_FOR_DISTRIBUTION": true,
"DEFINES_MODULE": true,
]
}

Expand Down

0 comments on commit 9d3f1bc

Please sign in to comment.