[Libreoffice-commits] .: pyuno/source

Jesús Corrius jcorrius at kemper.freedesktop.org
Fri Jun 24 06:31:26 PDT 2011


 pyuno/source/module/makefile.mk |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 6a4a4ff11b99f08cb571dc7640280de0a9c81db0
Author: Jesús Corrius <jesus at softcatala.org>
Date:   Fri Jun 24 15:30:42 2011 +0200

    Don't include pyversion.mk

diff --git a/pyuno/source/module/makefile.mk b/pyuno/source/module/makefile.mk
index 627a97d..434a9cd 100644
--- a/pyuno/source/module/makefile.mk
+++ b/pyuno/source/module/makefile.mk
@@ -52,7 +52,9 @@ EXTRA_FRAMEWORK_FLAG=-framework Python
 .IF "$(GUI)" == "UNX"
 PYUNORC=pyunorc
 .ELSE
+.IF "$(CROSS_COMPILING)" != "YES"
 .INCLUDE :  pyversion.mk
+.ENDIF
 PYUNORC=pyuno.ini
 DLLPOST=.pyd
 .ENDIF


More information about the Libreoffice-commits mailing list