fix: fix linux build issue

- fix linux build bug
- add linux build script
- order linux shell file eol be LF.
This commit is contained in:
2024-07-22 22:41:10 +08:00
parent 052fa7f4d1
commit 805ffe70d6
3 changed files with 35 additions and 1 deletions

3
.gitattributes vendored
View File

@ -1,2 +1,3 @@
Doxyfile.in eol=lf
*.bat eol=crlf
*.bat eol=crlf
*.sh eol=lf