From 0415b7bef504b41b43672b3e153bbe260f2cc055 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 20 Sep 2018 21:54:06 +0200 Subject: Add c and zig template to sibs build, sibs init --- backend/BackendUtils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backend/BackendUtils.cpp') diff --git a/backend/BackendUtils.cpp b/backend/BackendUtils.cpp index 26608c7..ac71b07 100644 --- a/backend/BackendUtils.cpp +++ b/backend/BackendUtils.cpp @@ -79,7 +79,7 @@ namespace backend string filePathUtf8 = toUtf8(pathNative.c_str()); ninjaProject->addTestSourceDir(filePathUtf8.c_str()); } - else if(recursive && !directoryToIgnore(pathNative, sibsConfig.getIgnoreDirs()) && !_tinydir_strcmp(pathNative.c_str(), TINYDIR_STRING("sibs-build"))) + else if(recursive && !directoryToIgnore(pathNative, sibsConfig.getIgnoreDirs()) && _tinydir_strcmp(file->name, TINYDIR_STRING("sibs-build")) != 0) { FileString projectConfPath = file->path; #if OS_FAMILY == OS_FAMILY_WINDOWS -- cgit v1.2.3