Merge pull request #65 from nevack/nevack/update-ogg-vorbis-sdk

Updated Ogg and Vorbis targets Base SDK.
CQTexperiment
Christopher Snowhill 2021-01-06 14:40:48 -08:00 committed by GitHub
commit 42690a8077
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -402,6 +402,7 @@
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
INSTALL_PATH = /usr/local/lib;
PRODUCT_NAME = ogg;
SDKROOT = macosx;
ZERO_LINK = YES;
};
name = Debug;
@ -414,6 +415,7 @@
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
INSTALL_PATH = /usr/local/lib;
PRODUCT_NAME = ogg;
SDKROOT = macosx;
ZERO_LINK = NO;
};
name = Release;

View File

@ -920,6 +920,7 @@
);
INSTALL_PATH = /usr/local/lib;
PRODUCT_NAME = vorbis;
SDKROOT = macosx;
ZERO_LINK = YES;
};
name = Debug;
@ -936,6 +937,7 @@
);
INSTALL_PATH = /usr/local/lib;
PRODUCT_NAME = vorbis;
SDKROOT = macosx;
ZERO_LINK = NO;
};
name = Release;
@ -955,6 +957,7 @@
);
INSTALL_PATH = /usr/local/lib;
PRODUCT_NAME = vorbisenc;
SDKROOT = macosx;
ZERO_LINK = YES;
};
name = Debug;
@ -972,6 +975,7 @@
);
INSTALL_PATH = /usr/local/lib;
PRODUCT_NAME = vorbisenc;
SDKROOT = macosx;
ZERO_LINK = NO;
};
name = Release;
@ -990,6 +994,7 @@
);
INSTALL_PATH = /usr/local/lib;
PRODUCT_NAME = vorbisfile;
SDKROOT = macosx;
ZERO_LINK = YES;
};
name = Debug;
@ -1006,6 +1011,7 @@
);
INSTALL_PATH = /usr/local/lib;
PRODUCT_NAME = vorbisfile;
SDKROOT = macosx;
ZERO_LINK = NO;
};
name = Release;