mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
Signed-off-by: Onkobu Tanaake <onkobu@onkobutanaake.de> Closes: https://github.com/gentoo/gentoo/pull/40994 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
14 lines
393 B
Diff
14 lines
393 B
Diff
diff --git a/Plugins/ScriptingPython/ScriptingPython.pro.orig b/Plugins/ScriptingPython/ScriptingPython.pro
|
|
index 75375da..614cfe8 100644
|
|
--- a/Plugins/ScriptingPython/ScriptingPython.pro.orig
|
|
+++ b/Plugins/ScriptingPython/ScriptingPython.pro
|
|
@@ -22,7 +22,7 @@ isEmpty(PYTHON_VERSION) {
|
|
}
|
|
|
|
linux: {
|
|
- LIBS += -lpython$$PYTHON_VERSION
|
|
+ #LIBS += -lpython$$PYTHON_VERSION
|
|
}
|
|
|
|
macx: {
|