Packages: added Python 3 support on Amazon Linux 2 (LTS).

This commit is contained in:
Andrei Belov
2019-12-10 19:35:12 +03:00
parent 55a368e505
commit 68a2292372
3 changed files with 5 additions and 4 deletions

View File

@@ -91,7 +91,8 @@ endif
ifeq ($(OSVER), amazonlinux2)
include Makefile.php
include Makefile.python
include Makefile.python27
include Makefile.python37
include Makefile.go
include Makefile.perl
include Makefile.jsc-common