aboutsummaryrefslogtreecommitdiffstats
path: root/build/conf/python.conf
diff options
context:
space:
mode:
Diffstat (limited to 'build/conf/python.conf')
-rw-r--r--build/conf/python.conf10
1 files changed, 2 insertions, 8 deletions
diff --git a/build/conf/python.conf b/build/conf/python.conf
index dd79062fde..2fd375362c 100644
--- a/build/conf/python.conf
+++ b/build/conf/python.conf
@@ -537,10 +537,10 @@ module PY3_LIBRARY: _LIBRARY {
PEERDIR+=contrib/libs/python
}
when ($MSVC == "yes" || $CYGWIN == "yes") {
- MODULE_PREFIX=py
+ MODULE_PREFIX=py3
}
otherwise {
- MODULE_PREFIX=libpy
+ MODULE_PREFIX=libpy3
}
.ALLOWED=FORK_TESTS
.IGNORED=GENERATE_ENUM_SERIALIZATION GENERATE_ENUM_SERIALIZATION_WITH_HEADER
@@ -953,12 +953,6 @@ multimodule PY23_LIBRARY {
module PY3: PY3_LIBRARY {
.RESTRICTED=RUN_ANTLR4_PYTHON
RUN_CYTHON_SCRIPT_H=$YMAKE_PYTHON $CYTHON_SCRIPT
- when ($MSVC == "yes" || $CYGWIN == "yes") {
- MODULE_PREFIX=py3
- }
- otherwise {
- MODULE_PREFIX=libpy3
- }
OBJ_SUF=.py3
}
}