pacparser 1.4.6__tar.gz → 1.4.6.dev7__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pacparser
3
- Version: 1.4.6
3
+ Version: 1.4.6.dev7
4
4
  Summary: Pacparser package
5
5
  Home-page: https://github.com/manugarg/pacparser
6
6
  Author: Manu Garg
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pacparser
3
- Version: 1.4.6
3
+ Version: 1.4.6.dev7
4
4
  Summary: Pacparser package
5
5
  Home-page: https://github.com/manugarg/pacparser
6
6
  Author: Manu Garg
@@ -130,7 +130,7 @@ def main(patched_func):
130
130
  extra_objects = []
131
131
  obj_search_path = {
132
132
  "pacparser.o": ["..", "."],
133
- "libjs.a": ["../spidermonkey", "."],
133
+ "libquickjs.a": ["../quickjs", "."],
134
134
  }
135
135
  for obj, paths in obj_search_path.items():
136
136
  for path in paths:
@@ -145,7 +145,7 @@ def main(patched_func):
145
145
  import distutils.cygwinccompiler
146
146
 
147
147
  distutils.cygwinccompiler.get_msvcr = lambda: ["vcruntime140"]
148
- extra_objects = ["../pacparser.o", "../spidermonkey/js.lib"]
148
+ extra_objects = ["../pacparser.o", "../quickjs/libquickjs.a"]
149
149
  libraries = ["ws2_32"]
150
150
  extra_link_args = ["-static-libgcc", "-L" + python_home]
151
151
 
File without changes
File without changes
File without changes