diff options
author | dec05eba <dec05eba@protonmail.com> | 2018-09-23 14:38:15 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-07-06 07:39:33 +0200 |
commit | f71886d54dddbf92c64f8c48978b7c4c60090194 (patch) | |
tree | 042b9ab3083be9a55c99efdab1e5473d03739655 /src | |
parent | 8d7bf2c29dea885b1f7d51e1f67ba6430a5890b0 (diff) |
Build project with zig if project only contains zig files
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index 0d29a75..12d3bc4 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -14,6 +14,8 @@ using namespace std; using namespace sibs; using namespace std::chrono; +// TODO: Use XDG (XDG_CACHE_HOME) for cache directory + // TODO: Fail if multiple versions of the same dependency is used // as linking will fail because of multiple definitions of the same thing |