Skip to content

Commit 4badd65

Browse files
committed
fix llvm-lib response file configuration on Windows
1 parent 0db249a commit 4badd65

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Sources/SWBWindowsPlatform/WindowsLibtool.xcspec

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,15 @@
4646
Type = Path;
4747
DefaultValue = "llvm-lib.exe";
4848
},
49+
{
50+
Name = "LIBTOOL_USE_RESPONSE_FILE";
51+
Type = Boolean;
52+
DefaultValue = YES;
53+
},
4954
{
5055
Name = __INPUT_FILE_LIST_PATH__;
5156
Type = Path;
57+
Condition = "$(LIBTOOL_USE_RESPONSE_FILE)";
5258
// this is set up for us as a read-only property
5359
DefaultValue = "$(LINK_FILE_LIST_$(variant)_$(arch))";
5460
CommandLineArgs = (

0 commit comments

Comments
 (0)