mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 16:10:06 +02:00
Tweak ito Xcode project file.
Fix linking issues with mod-nyq-bench. Shared library builds still have a missing symbol error but static builds appear to work now.
This commit is contained in:
parent
40254b1796
commit
bc97faed80
@ -12072,6 +12072,7 @@
|
||||
"-flat_namespace",
|
||||
"-undefined",
|
||||
suppress,
|
||||
"$(WX_LDFLAGS)",
|
||||
);
|
||||
PREBINDING = NO;
|
||||
PRODUCT_NAME = "mod-nyq-bench";
|
||||
@ -12108,6 +12109,7 @@
|
||||
"-flat_namespace",
|
||||
"-undefined",
|
||||
suppress,
|
||||
"$(WX_LDFLAGS)",
|
||||
);
|
||||
PREBINDING = NO;
|
||||
PRODUCT_NAME = "mod-nyq-bench";
|
||||
@ -12144,6 +12146,7 @@
|
||||
"-flat_namespace",
|
||||
"-undefined",
|
||||
suppress,
|
||||
"$(WX_LDFLAGS)",
|
||||
);
|
||||
PREBINDING = NO;
|
||||
PRODUCT_NAME = "mod-nyq-bench";
|
||||
@ -12180,6 +12183,7 @@
|
||||
"-flat_namespace",
|
||||
"-undefined",
|
||||
suppress,
|
||||
"$(WX_LDFLAGS)",
|
||||
);
|
||||
PREBINDING = NO;
|
||||
PRODUCT_NAME = "mod-nyq-bench";
|
||||
|
Loading…
x
Reference in New Issue
Block a user