Skip to content

Commit 8503a0b

Browse files
committed
WavPack symbols need to be visible by default
They're not marked as exported, so we need to make all symbols visible for release Xcode builds (cherry picked from commit f8fc299)
1 parent c46a410 commit 8503a0b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Xcode/wavpack/wavpack.xcodeproj/project.pbxproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,6 @@
367367
"$(CONFIG_PREPROCESSOR_DEFINITIONS)",
368368
ENABLE_DSD,
369369
);
370-
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
371370
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
372371
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
373372
GCC_WARN_UNDECLARED_SELECTOR = YES;
@@ -441,7 +440,6 @@
441440
"$(CONFIG_PREPROCESSOR_DEFINITIONS)",
442441
ENABLE_DSD,
443442
);
444-
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
445443
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
446444
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
447445
GCC_WARN_UNDECLARED_SELECTOR = YES;

0 commit comments

Comments
 (0)