Make sure the build uses python3
This commit is contained in:
parent
a8c0acb768
commit
ab27e320a7
@ -39,6 +39,9 @@ This package contains files needed for development with libmypaint.
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
# Make sure the build uses python3
|
||||
sed -i -e 's/python -c/python3 -c/g' configure
|
||||
|
||||
%build
|
||||
%configure --enable-docs --enable-introspection=yes --disable-gegl
|
||||
%make_build
|
||||
|
||||
Loading…
Reference in New Issue
Block a user