Update mozjs to remove NSPR.

This commit is contained in:
Josh Matthews 2019-06-13 09:25:41 -04:00
parent 8e783577d2
commit a5acba63c0
2 changed files with 5 additions and 5 deletions

View file

@ -658,7 +658,7 @@ class MachCommands(CommandBase):
for lib in libs:
print("WARNING: could not find " + lib)
package_generated_shared_libraries(["nspr4.dll", "libEGL.dll"], build_path, servo_exe_dir)
package_generated_shared_libraries(["libEGL.dll"], build_path, servo_exe_dir)
# copy needed gstreamer DLLs in to servo.exe dir
target_triple = target or host_triple()