Always check for make last.
This commit is contained in:
parent
4d8571556a
commit
c651b061ef
1 changed files with 3 additions and 1 deletions
|
@ -1129,7 +1129,9 @@ class PerlBuildTiny(BuildSystem):
|
|||
|
||||
BUILDSYSTEM_CLSES = [
|
||||
Pear, SetupPy, Npm, Waf, Cargo, Meson, Cabal, Gradle, Maven,
|
||||
DistInkt, Gem, Make, PerlBuildTiny, Golang, R, Octave]
|
||||
DistInkt, Gem, PerlBuildTiny, Golang, R, Octave,
|
||||
# Make is intentionally at the end of the list.
|
||||
Make]
|
||||
|
||||
|
||||
def scan_buildsystems(path):
|
||||
|
|
Loading…
Add table
Reference in a new issue