Ensure we have something to do.
This commit is contained in:
@@ -547,6 +547,10 @@ class OpenSKInstaller:
|
|||||||
self.check_prerequisites()
|
self.check_prerequisites()
|
||||||
self.update_rustc_if_needed()
|
self.update_rustc_if_needed()
|
||||||
|
|
||||||
|
if not self.args.tockos and not self.args.application:
|
||||||
|
info("Nothing to do.")
|
||||||
|
return 0
|
||||||
|
|
||||||
# Compile what needs to be compiled
|
# Compile what needs to be compiled
|
||||||
if self.args.tockos:
|
if self.args.tockos:
|
||||||
self.build_tockos()
|
self.build_tockos()
|
||||||
|
|||||||
Reference in New Issue
Block a user