1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-08-05 23:35:48 +03:00

autotools: Disable parallel Python build

See ea8f7c92a9
This commit is contained in:
Nick Wellnhofer
2022-09-06 15:13:02 +02:00
parent f9a0817b20
commit f47413d137

View File

@@ -1,4 +1,8 @@
# Makefile for libxml2 python library # Makefile for libxslt python library
# We use a rule with multiple output files which creates problems with
# parallel builds.
.NOTPARALLEL:
SUBDIRS = . tests SUBDIRS = . tests