We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09b6d92 commit e0dfb13Copy full SHA for e0dfb13
Sources/SWBUniversalPlatform/Specs/Clang.xcspec
@@ -282,7 +282,7 @@
282
};
283
AdditionalLinkerArgs = {
284
YES = (
285
- "-fobjc-arc",
+ "$(ARC_LINKER_ARG_LINKER_DRIVER)",
286
);
287
NO = ();
288
@@ -292,6 +292,23 @@
292
293
Category = LanguageObjC;
294
},
295
+ {
296
+ Name = "ARC_LINKER_ARG_LINKER_DRIVER";
297
+ Type = String;
298
+ DefaultValue = "$(ARC_LINKER_ARG_LINKER_DRIVER_$(LINKER_DRIVER))";
299
+ },
300
+
301
302
+ Name = "ARC_LINKER_ARG_LINKER_DRIVER_swiftc";
303
+ Type = StringList;
304
+ DefaultValue = "";
305
306
307
308
+ Name = "ARC_LINKER_ARG_LINKER_DRIVER_clang";
309
310
+ DefaultValue = "-fobjc-arc";
311
312
{
313
Name = "CLANG_ENABLE_OBJC_WEAK";
314
Type = Boolean;
0 commit comments