Skip to content

Commit bc1d5f7

Browse files
authored
Merge pull request #26 from grandcentrix/enable-library-evolution
enable BUILD_LIBRARY_FOR_DISTRIBUTION
2 parents dba8dc8 + 2b76450 commit bc1d5f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

GCXMulticastDNSKit.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@
256256
isa = XCBuildConfiguration;
257257
buildSettings = {
258258
ALWAYS_SEARCH_USER_PATHS = NO;
259+
BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
259260
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
260261
CLANG_ANALYZER_NONNULL = YES;
261262
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
@@ -318,6 +319,7 @@
318319
isa = XCBuildConfiguration;
319320
buildSettings = {
320321
ALWAYS_SEARCH_USER_PATHS = NO;
322+
BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
321323
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
322324
CLANG_ANALYZER_NONNULL = YES;
323325
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";

0 commit comments

Comments
 (0)