Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 178a3d1

Browse files
committed
Remove duplicate adding of libedit to project
1 parent 431100a commit 178a3d1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/tools/msvc/Solution.pm

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -638,12 +638,6 @@ sub AddProject
638638
$proj->AddIncludeDir($self->{options}->{uuid} . '\include');
639639
$proj->AddLibrary($self->{options}->{uuid} . '\lib\uuid.lib');
640640
}
641-
if ($self->{options}->{libedit})
642-
{
643-
$proj->AddIncludeDir($self->{options}->{libedit} . '\include');
644-
$proj->AddLibrary($self->{options}->{libedit} . "\\" .
645-
($self->{platform} eq 'x64'? 'lib64': 'lib32').'\edit.lib');
646-
}
647641
return $proj;
648642
}
649643

0 commit comments

Comments
 (0)