Replace deprecated gmake with gmake2 action.

https://github.com/premake/premake-core/issues/1099
This commit is contained in:
Joel Linn 2020-04-01 12:04:27 +02:00 committed by Rick Gibbed
parent df1ee6268f
commit c8ab1e9f36
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,7 @@ def run_platform_premake(cc='clang', devenv=None):
return run_premake('windows', 'vs' + vs_version)
else:
return run_premake('linux', devenv == 'codelite' and devenv or 'gmake', cc)
return run_premake('linux', devenv == 'codelite' and devenv or 'gmake2', cc)
def run_premake_export_commands():