mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-17 00:20:06 +02:00
Must add command-line compiler option to build libmad for 64 bits
This commit is contained in:
parent
781da7aba4
commit
541f5ea99f
@ -9467,6 +9467,7 @@
|
||||
buildSettings = {
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = HAVE_CONFIG_H;
|
||||
OTHER_CFLAGS = "-DFPM_INTEL";
|
||||
PRODUCT_NAME = mad;
|
||||
SKIP_INSTALL = YES;
|
||||
USER_HEADER_SEARCH_PATHS = "$(TOPLEVEL)/mac/config/$(arch)/lib-src/libmad/** $(TOPLEVEL)/lib-src/libmad";
|
||||
@ -9919,6 +9920,7 @@
|
||||
buildSettings = {
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = HAVE_CONFIG_H;
|
||||
OTHER_CFLAGS = "-DFPM_INTEL";
|
||||
PRODUCT_NAME = mad;
|
||||
SKIP_INSTALL = YES;
|
||||
USER_HEADER_SEARCH_PATHS = "$(TOPLEVEL)/mac/config/$(arch)/lib-src/libmad/** $(TOPLEVEL)/lib-src/libmad";
|
||||
|
Loading…
x
Reference in New Issue
Block a user