Hi, On Fri, Jun 08, 2012 at 09:22:12AM +0200, David Ostrovsky wrote: > Hi, > > with the last change set https://gerrit.libreoffice.org/#/c/179/ > clean build on linux x86_64 with --enable-python=internal is working. > > Two questions: > The thing is > on unix: > python.sh is get copied to bin/pyuno/python in Package_python_shell.mk > > on wnt: > native python executable wrapper is built in > pyuno/Executable_python.mk now and is delivered by default to > bin/python.exe. > But then we have a collision with native python executable artifact > which get build in python module. > How can i force on gbuild land (RepositoryFixes.mk doesn't handle > executables, only libs so far)
Sorry I am late here... This is actually very easy--all you need to do is to name the executable pyuno/python instead of just python :-) IOW $(eval $(call gb_Executable_Executable,python)) becomes $(eval $(call gb_Executable_Executable,pyuno/python)) etc. D. _______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
