Skip to content
Snippets Groups Projects
Commit 7c5c7b9d authored by Jean-Michel Picod's avatar Jean-Michel Picod
Browse files

Ensure we have something to do.

parent 4a3ccb48
No related branches found
No related tags found
No related merge requests found
......@@ -547,6 +547,10 @@ class OpenSKInstaller:
self.check_prerequisites()
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
if self.args.tockos:
self.build_tockos()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment