mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-20 10:21:19 +00:00
Bug: https://bugs.gentoo.org/953925 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
13 lines
435 B
Diff
13 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: {
|