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.
- {pacparser-1.4.6 → pacparser-1.4.6.dev7}/PKG-INFO +1 -1
- {pacparser-1.4.6 → pacparser-1.4.6.dev7}/pacparser.egg-info/PKG-INFO +1 -1
- {pacparser-1.4.6 → pacparser-1.4.6.dev7}/setup.py +2 -2
- {pacparser-1.4.6 → pacparser-1.4.6.dev7}/MANIFEST.in +0 -0
- {pacparser-1.4.6 → pacparser-1.4.6.dev7}/pacparser/__init__.py +0 -0
- {pacparser-1.4.6 → pacparser-1.4.6.dev7}/pacparser.egg-info/SOURCES.txt +0 -0
- {pacparser-1.4.6 → pacparser-1.4.6.dev7}/pacparser.egg-info/dependency_links.txt +0 -0
- {pacparser-1.4.6 → pacparser-1.4.6.dev7}/pacparser.egg-info/top_level.txt +0 -0
- {pacparser-1.4.6 → pacparser-1.4.6.dev7}/pacparser_py.c +0 -0
- {pacparser-1.4.6 → pacparser-1.4.6.dev7}/setup.cfg +0 -0
|
@@ -130,7 +130,7 @@ def main(patched_func):
|
|
|
130
130
|
extra_objects = []
|
|
131
131
|
obj_search_path = {
|
|
132
132
|
"pacparser.o": ["..", "."],
|
|
133
|
-
"
|
|
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", "../
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|