[PATCH 2/3] sb/windows: Add the optional cmake command.
chrisj at rtems.org
chrisj at rtems.org
Thu Oct 24 22:19:01 UTC 2019
From: Chris Johns <chrisj at rtems.org>
---
source-builder/sb/windows.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/source-builder/sb/windows.py b/source-builder/sb/windows.py
index 0f93b6c..199a6b8 100644
--- a/source-builder/sb/windows.py
+++ b/source-builder/sb/windows.py
@@ -102,6 +102,7 @@ def load():
'__chgrp': ('exe', 'required', 'chgrp'),
'__chmod': ('exe', 'required', 'chmod'),
'__chown': ('exe', 'required', 'chown'),
+ '__cmake': ('exe', 'optional', 'cmake'),
'__cp': ('exe', 'required', 'cp'),
'__cvs': ('exe', 'optional', 'cvs'),
'__cxx': ('exe', 'required', cxx),
--
2.22.0
More information about the devel
mailing list