mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
Bug: https://bugs.gentoo.org/953925 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
14 lines
435 B
Diff
14 lines
435 B
Diff
diff --git a/Plugins/ScriptingPython/ScriptingPython.pro b/Plugins/ScriptingPython/ScriptingPython.pro
|
|
index 75375da..614cfe8 100644
|
|
--- a/Plugins/ScriptingPython/ScriptingPython.pro
|
|
+++ b/Plugins/ScriptingPython/ScriptingPython.pro
|
|
@@ -22,7 +22,7 @@ isEmpty(PYTHON_VERSION) {
|
|
PYTHON_VERSION = 3.9
|
|
}
|
|
linux: {
|
|
- LIBS += -lpython$$PYTHON_VERSION
|
|
+ #LIBS += -lpython$$PYTHON_VERSION
|
|
}
|
|
|
|
macx: {
|