mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-09 01:01:07 +00:00
Xcode: removed irrelevant OTHER_CFLAGS / OTHER_LDFLAGS from x64 target
This commit is contained in:
parent
f53706392e
commit
0974ef4024
1 changed files with 0 additions and 10 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue