Xcode: removed irrelevant OTHER_CFLAGS / OTHER_LDFLAGS from x64 target

This commit is contained in:
Ozkan Sezer 2022-04-06 12:55:24 +03:00
parent f53706392e
commit 0974ef4024
1 changed files with 0 additions and 10 deletions

View File

@ -1868,16 +1868,6 @@
"$(SRCROOT)/codecs/lib",
);
MACOSX_DEPLOYMENT_TARGET = 10.9;
OTHER_CFLAGS = "";
"OTHER_CFLAGS[arch=i386]" = (
"-arch",
x86_64,
);
OTHER_LDFLAGS = "";
"OTHER_LDFLAGS[arch=i386]" = (
"-arch",
x86_64,
);
PRODUCT_NAME = "$(TARGET_NAME)";
VALID_ARCHS = x86_64;
WRAPPER_EXTENSION = app;