aboutsummaryrefslogtreecommitdiff
path: root/src/Conf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Conf.cpp')
-rw-r--r--src/Conf.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Conf.cpp b/src/Conf.cpp
index d981794..365cf38 100644
--- a/src/Conf.cpp
+++ b/src/Conf.cpp
@@ -487,9 +487,6 @@ namespace sibs
else
fprintf(stderr, "Warning: Project contains tests directory but we got an error while retrieving the full path to it\n");
}
-
- if(config.packaging && (!config.getDebugStaticLibs().empty() || !config.getReleaseStaticLibs().empty()))
- return Result<bool>::Err("Project " + config.getPackageName() + " contains external static libraries, such projects are not supported when building a package");
}
return parseResult;