Skip to content

Commit ddd3713

Browse files
Quick fix on dependencies not linking correctly
1 parent 28d5912 commit ddd3713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/runcpp2/DependenciesHelper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ bool runcpp2::CopyDependenciesBinaries( const ghc::filesystem::path& buildDir,
578578
}
579579

580580
if(availableDependencies.at(i)->LibraryType == Data::DependencyLibraryType::HEADER)
581-
return true;
581+
continue;
582582

583583
//Get the Search path and search library name
584584
using PropertyMap = std::unordered_map<ProfileName, Data::DependencyLinkProperty>;

0 commit comments

Comments
 (0)