aa93151b9a
... and adapt makefiles to automatically rebuild everything that depends on PYTHON_VERSION. Change-Id: If468183e59463503051c2a1526a905dbee9bf4cb Reviewed-on: https://gerrit.libreoffice.org/17818 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
8 lines
125 B
C
8 lines
125 B
C
/* python stuff */
|
|
|
|
#ifndef CONFIG_PYTHON_H
|
|
#define CONFIG_PYTHON_H
|
|
|
|
#undef PYTHON_VERSION_STRING
|
|
|
|
#endif // CONFIG_PYTHON_H
|