Skip to content

Commit e9367af

Browse files
Merge pull request #23 from Neko-Box-Coder/QuickFix
Quick fix on dependencies not linking correctly
2 parents 28d5912 + ddd3713 commit e9367af

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)