diff options
author | dec05eba <dec05eba@protonmail.com> | 2017-12-28 17:14:04 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2017-12-28 17:15:53 +0100 |
commit | 22d522f6cd09e2c5f1678a0479be5dc19ca1eb15 (patch) | |
tree | 0cb6fc7733e8d4ccc9e67724e7fc2be56b2ae9fb /backend | |
parent | 1f583ebb6e3973c992d59886659bf53ff87f41de (diff) |
Replace cmake with sibs. Sibs builds itself now
If you dont already have sibs to build sibs, download first release:
https://github.com/DEC05EBA/sibs/archive/0.1.0.tar.gz
Then you can install new version of sibs
Diffstat (limited to 'backend')
-rw-r--r-- | backend/ninja/Ninja.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/ninja/Ninja.cpp b/backend/ninja/Ninja.cpp index ddc20dd..43ded44 100644 --- a/backend/ninja/Ninja.cpp +++ b/backend/ninja/Ninja.cpp @@ -30,7 +30,7 @@ namespace backend i = 0; for(const string &str : list) { - if(i > 0); + if(i > 0) result += joinStr; result += str; ++i; |