← Back to team overview

zorba-coders team mailing list archive

[Merge] lp:~zorba-coders/zorba/python_installer_fix into lp:zorba

 

Juan Zacarias has proposed merging lp:~zorba-coders/zorba/python_installer_fix into lp:zorba.

Commit message:
Fix for python installer on Windows.

Requested reviews:
  Juan Zacarias (juan457)
  Rodolfo Ochoa (rodolfo-ochoa)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/python_installer_fix/+merge/174895

Fix for python installer on Windows.
-- 
https://code.launchpad.net/~zorba-coders/zorba/python_installer_fix/+merge/174895
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'swig/python/CMakeLists.txt'
--- swig/python/CMakeLists.txt	2013-02-07 17:24:36 +0000
+++ swig/python/CMakeLists.txt	2013-07-16 00:00:41 +0000
@@ -56,6 +56,7 @@
   ELSE(NOT WIN32)
       INSTALL ( FILES 
       ${CMAKE_CURRENT_BINARY_DIR}/_zorba_api.pyd
+      ${CMAKE_CURRENT_BINARY_DIR}/zorba_api.py
       DESTINATION share/python
       COMPONENT "python_swig" )
   ENDIF(NOT WIN32)


Follow ups