aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2019-06-13 11:08:44 -0400
committerGitHub <noreply@github.com>2019-06-13 11:08:44 -0400
commite381cebeb6cb9dbf7ca5555bcd40f427470e353a (patch)
treebdb11c44ef5d4ced66336e7ad9f01215091dc49e /python/servo
parente1c53488d68f6dfde80631f7aeda7675fa73884f (diff)
parenta5acba63c00e0c7aabb084643c92ba2e68236e98 (diff)
downloadservo-e381cebeb6cb9dbf7ca5555bcd40f427470e353a.tar.gz
servo-e381cebeb6cb9dbf7ca5555bcd40f427470e353a.zip
Auto merge of #23562 - jdm:no-nspr, r=asajeffrey
Update mozjs to remove NSPR. <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23562) <!-- Reviewable:end -->
Diffstat (limited to 'python/servo')
-rw-r--r--python/servo/build_commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/build_commands.py b/python/servo/build_commands.py
index f05bd9fdbcc..26f5da3ca25 100644
--- a/python/servo/build_commands.py
+++ b/python/servo/build_commands.py
@@ -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()