feat: move cpp call to Python

This commit is contained in:
Benjamin Lipp
2025-05-06 17:08:21 +02:00
parent ac5a5cf76d
commit 7cbd6576d4
2 changed files with 15 additions and 1 deletions

View File

@@ -102,7 +102,9 @@ metaverif() {
echo "internal metaverif"
exc cpp -P -I"${PWD}/$(dirname "${file}")" "${file}" -o "${cpp_prep}"
#exc cpp -P -I"${PWD}/$(dirname "${file}")" "${file}" -o "${cpp_prep}"
exc rosenpass-marzipan cpp ${file} ${cpp_prep}
local awk_prep; awk_prep="${tmpdir}/${name}.o.pv"
{