mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-02-28 14:33:37 -08:00
feat: move cpp call to Python
This commit is contained in:
@@ -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"
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user