Use cmake --build instead of make

Signed-off-by: Ronald Cron <[email protected]>
This commit is contained in:
Ronald Cron
2025-09-10 16:36:09 +02:00
parent c07d90a2ef
commit b5a1095c25
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -810,7 +810,7 @@ class TFPSACryptoCodeParser(CodeParser):
check=True
)
subprocess.run(
["make"],
["cmake", "--build", "."],
env=my_environment,
universal_newlines=True,
stdout=subprocess.PIPE,
@@ -981,7 +981,7 @@ class MBEDTLSCodeParser(CodeParser):
check=True
)
subprocess.run(
["make"],
["cmake", "--build", "."],
env=my_environment,
universal_newlines=True,
stdout=subprocess.PIPE,