You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by rh...@apache.org on 2013/01/02 14:29:45 UTC

svn commit: r1427782 - /qpid/proton/trunk/proton-c/bindings/python/CMakeLists.txt

Author: rhs
Date: Wed Jan  2 13:29:45 2013
New Revision: 1427782

URL: http://svn.apache.org/viewvc?rev=1427782&view=rev
Log:
fixed python prefix mangling

Modified:
    qpid/proton/trunk/proton-c/bindings/python/CMakeLists.txt

Modified: qpid/proton/trunk/proton-c/bindings/python/CMakeLists.txt
URL: http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/bindings/python/CMakeLists.txt?rev=1427782&r1=1427781&r2=1427782&view=diff
==============================================================================
--- qpid/proton/trunk/proton-c/bindings/python/CMakeLists.txt (original)
+++ qpid/proton/trunk/proton-c/bindings/python/CMakeLists.txt Wed Jan  2 13:29:45 2013
@@ -28,7 +28,7 @@ set_target_properties(_cproton
 find_package(PythonInterp REQUIRED)
 
 execute_process(COMMAND ${PYTHON_EXECUTABLE}
-                -c "from distutils.sysconfig import get_python_lib; print get_python_lib(True, prefix='')"
+                -c "from distutils.sysconfig import get_python_lib; print get_python_lib(True)"
                 OUTPUT_VARIABLE PYTHON_SITEARCH_PACKAGES
                 OUTPUT_STRIP_TRAILING_WHITESPACE)
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org