Skip to content

Commit 28a74a4

Browse files
authored
Do not try to override the value of the PYTHON variable with non-existing PYTHON3 one (#383)
Fixes: #382
1 parent c856427 commit 28a74a4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

bindings/swig/python3/Makefile.am

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ AM_CPPFLAGS = -I. -I$(top_builddir) -I${top_srcdir}/lib $(PYTHON3_INCLUDES)
2626
LIBS = $(top_builddir)/lib/libaudit.la
2727
SWIG_FLAGS = -python
2828
SWIG_INCLUDES = -I. -I$(top_builddir) -I${top_srcdir}/lib $(PYTHON3_INCLUDES)
29-
PYTHON = $(PYTHON3)
3029
pyexec_PYTHON = audit.py
3130
pyexec_LTLIBRARIES = _audit.la
3231
pyexec_SOLIBRARIES = _audit.so

0 commit comments

Comments
 (0)