makefile bug
lliYanze opened this issue · 2 comments
lliYanze commented
there is a bug in ./tools/build.sh
the first line should be #!/bin/bash
instead of #/!bin/bash
#!/bin/bash
will use bash, but #/!bin/bash
will use sh.
johnnywei499 commented
You are right, thank you for pointing out the mistake.
johnnywei499 commented
have already been solved