Skip to content

Commit

Permalink
Merge pull request #20 from giginet/defines-module
Browse files Browse the repository at this point in the history
Enable DEFINES_MODULE for all targets
  • Loading branch information
freddi-kit authored Dec 9, 2022
2 parents 5e5e3c4 + 9d3f1bc commit 2205494
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 2205494

Please sign in to comment.