aboutsummaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
Diffstat (limited to 'backend')
-rw-r--r--backend/ninja/Ninja.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/ninja/Ninja.cpp b/backend/ninja/Ninja.cpp
index 7c0e9c0..0e03e20 100644
--- a/backend/ninja/Ninja.cpp
+++ b/backend/ninja/Ninja.cpp
@@ -1707,7 +1707,7 @@ namespace backend
if (fileOverwriteResult.isErr())
return fileOverwriteResult;
- if(config.skipCompile) {
+ if(!config.skipCompile) {
Result<bool> buildResult = compile(savePath);
if (!buildResult)
return buildResult;