1.1 --- a/bundlelibs.pl Sun Jun 29 03:51:33 2008 +0000
1.2 +++ b/bundlelibs.pl Mon Jun 29 06:38:16 2009 +0000
1.4 $targetpath = "$TARGETDIR/$libname";
1.5 $libid = "\@executable_path/../Frameworks/$libname";
1.6 if( !$done{$libname} ) {
1.7 - $done{libname} = 1;
1.8 + $done{$libname} = 1;
1.9 push @worklist, $targetpath;
1.10 system( ("cp", $lib, $targetpath) ) == 0 || die "Failed to copy $lib to $targetpath";
1.11 system( ($NTOOL, "-id", $libid, $targetpath) ) == 0 || die "Failed to set $lib ID to $libid";