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

View File

@ -9,6 +9,7 @@
#include <algorithm>
#include <functional>
#include <stdexcept>
#include <cstring>
namespace YYCC::ConfigManager {