Replace deprecated gmake with gmake2 action.
https://github.com/premake/premake-core/issues/1099
This commit is contained in:
@@ -372,7 +372,7 @@ def run_platform_premake(cc='clang', devenv=None):
|
|||||||
|
|
||||||
return run_premake('windows', 'vs' + vs_version)
|
return run_premake('windows', 'vs' + vs_version)
|
||||||
else:
|
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():
|
def run_premake_export_commands():
|
||||||
|
|||||||
Reference in New Issue
Block a user