зеркало из https://github.com/mozilla/pjs.git
Don't export headers in lib/mac/MacMemoryAllocator any more. NSPR no longer needs the one that was being exported. r=sdagley
This commit is contained in:
Родитель
faa1c04032
Коммит
049485c2c3
|
@ -279,7 +279,6 @@ sub BuildRuntimeDist()
|
|||
_InstallFromManifest(":mozilla:build:mac:MANIFEST", "$distdirectory:mac:common:");
|
||||
_InstallFromManifest(":mozilla:lib:mac:NSRuntime:include:MANIFEST", "$distdirectory:mac:common:");
|
||||
_InstallFromManifest(":mozilla:lib:mac:NSStdLib:include:MANIFEST", "$distdirectory:mac:common:");
|
||||
_InstallFromManifest(":mozilla:lib:mac:MacMemoryAllocator:include:MANIFEST", "$distdirectory:mac:common:");
|
||||
_InstallFromManifest(":mozilla:lib:mac:MoreFiles:MANIFEST", "$distdirectory:mac:common:morefiles:");
|
||||
|
||||
#GC_LEAK_DETECTOR
|
||||
|
@ -313,6 +312,7 @@ sub BuildClientDist()
|
|||
my $dist_dir = _getDistDirectory(); # the subdirectory with the libs and executable.
|
||||
|
||||
_InstallFromManifest(":mozilla:lib:mac:Misc:MANIFEST", "$distdirectory:mac:common:");
|
||||
# _InstallFromManifest(":mozilla:lib:mac:Instrumentation:MANIFEST", "$distdirectory:mac:inst:");
|
||||
|
||||
#INCLUDE
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче