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 0db249a commit 4badd65Copy full SHA for 4badd65
Sources/SWBWindowsPlatform/WindowsLibtool.xcspec
@@ -46,9 +46,15 @@
46
Type = Path;
47
DefaultValue = "llvm-lib.exe";
48
},
49
+ {
50
+ Name = "LIBTOOL_USE_RESPONSE_FILE";
51
+ Type = Boolean;
52
+ DefaultValue = YES;
53
+ },
54
{
55
Name = __INPUT_FILE_LIST_PATH__;
56
57
+ Condition = "$(LIBTOOL_USE_RESPONSE_FILE)";
58
// this is set up for us as a read-only property
59
DefaultValue = "$(LINK_FILE_LIST_$(variant)_$(arch))";
60
CommandLineArgs = (
0 commit comments