aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/build_commands.py
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2019-06-13 09:25:41 -0400
committerJosh Matthews <josh@joshmatthews.net>2019-06-13 09:25:41 -0400
commita5acba63c00e0c7aabb084643c92ba2e68236e98 (patch)
tree603fc1a0ab0b334e364b442a44495cd1e0efa369 /python/servo/build_commands.py
parent8e783577d24cac2983fbea1b46d5452ffa5fb44f (diff)
downloadservo-a5acba63c00e0c7aabb084643c92ba2e68236e98.tar.gz
servo-a5acba63c00e0c7aabb084643c92ba2e68236e98.zip
Update mozjs to remove NSPR.
Diffstat (limited to 'python/servo/build_commands.py')
-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()