mirror of
https://github.com/audacity/linuxdeploy.git
synced 2026-04-17 08:32:53 -05:00
Fix forceDeployLibrary, mk. 2
This commit is contained in:
@@ -356,7 +356,7 @@ namespace linuxdeploy {
|
||||
return false;
|
||||
};
|
||||
|
||||
if (forceDeploy && isInExcludelist(path.filename())) {
|
||||
if (!forceDeploy && isInExcludelist(path.filename())) {
|
||||
ldLog() << logPrefix << LD_NO_SPACE << "Skipping deployment of blacklisted library" << path << std::endl;
|
||||
|
||||
// mark file as visited
|
||||
|
||||
Reference in New Issue
Block a user