fix mk_hl_op.sh

This commit is contained in:
Christian Zimmermann 2020-09-18 12:30:00 +02:00
parent 51961901a0
commit a8cb89ccdc

View file

@ -1,5 +1,6 @@
#!/bin/bash
mkdir -p hl_ops
for x in $(cat ../include/extensions/math.h) ; do
test "${x}" = "#ifdef" && continue
test "${x}" = "#endif" && continue