mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-04-30 04:47:28 -07:00
Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/34867 Signed-off-by: Michał Górny <mgorny@gentoo.org>
12 lines
343 B
Diff
12 lines
343 B
Diff
--- a/tools/python.jam
|
|
+++ b/tools/python.jam
|
|
@@ -1000,7 +1000,7 @@
|
|
# linux).
|
|
: $(usage-requirements)
|
|
<testing.launcher>$(set-PYTHONPATH)
|
|
- <library-path>$(libraries) <dll-path>$(dll-path) <library>python.lib
|
|
+ <library-path>$(libraries) <library>python.lib
|
|
;
|
|
}
|
|
|