fix mk_hl_op.sh
This commit is contained in:
parent
51961901a0
commit
a8cb89ccdc
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
mkdir -p hl_ops
|
||||||
for x in $(cat ../include/extensions/math.h) ; do
|
for x in $(cat ../include/extensions/math.h) ; do
|
||||||
test "${x}" = "#ifdef" && continue
|
test "${x}" = "#ifdef" && continue
|
||||||
test "${x}" = "#endif" && continue
|
test "${x}" = "#endif" && continue
|
||||||
|
|
Loading…
Reference in a new issue