mirror of
https://github.com/servo/servo.git
synced 2025-06-28 19:13:41 +01:00
Update mozjs to remove NSPR.
This commit is contained in:
parent
8e783577d2
commit
a5acba63c0
2 changed files with 5 additions and 5 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue