diff options
author | dec05eba <dec05eba@protonmail.com> | 2018-09-24 15:57:53 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-07-06 07:39:33 +0200 |
commit | 0bbb9be629ce35c11e4bf4a5180810ae2b16e5b4 (patch) | |
tree | 1a5904f36619385c99a4f88a76dc6db29694c0a2 /include | |
parent | f71886d54dddbf92c64f8c48978b7c4c60090194 (diff) |
Fix TODOs, mainly escaping strings for ninja
Diffstat (limited to 'include')
-rw-r--r-- | include/Conf.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/Conf.hpp b/include/Conf.hpp index 951def9..f1dded6 100644 --- a/include/Conf.hpp +++ b/include/Conf.hpp @@ -173,7 +173,6 @@ namespace sibs }; const int NUM_CONFIGS = 12; - // TODO: Detect this at runtime? #if OS_TYPE == OS_TYPE_WINDOWS #ifdef SIBS_ENV_32BIT #define SYSTEM_PLATFORM Platform::PLATFORM_WIN32 |