TAC is applied to all dlls in the R2R mode (#502)
[platform/core/dotnet/launcher.git] / NativeLauncher / tool / tac_installer.cc
index 7444f94..c01a616 100644 (file)
@@ -997,7 +997,7 @@ void install_Clean()
        }
 
        for (auto& cl : createLibraries) {
-               changeOwnershipTAC(cl);
+               copySmackAndOwnership(__DOTNET_DIR, cl);
        }
 }