summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesús Corrius <jesus@softcatala.org>2011-06-24 15:30:42 +0200
committerJesús Corrius <jesus@softcatala.org>2011-06-24 15:30:59 +0200
commit6a4a4ff11b99f08cb571dc7640280de0a9c81db0 (patch)
treeadd18db5ab7ae02812d5b307811b5c22955819cb
parentb5b064c930426e706dc30486ee40213995da7989 (diff)
Don't include pyversion.mk
-rw-r--r--pyuno/source/module/makefile.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyuno/source/module/makefile.mk b/pyuno/source/module/makefile.mk
index 627a97d71..434a9cd2e 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