From 1ffa0d60b0f253506a4e1e335f98c71bba3b866d Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 2 Oct 2018 13:31:14 +0200 Subject: Testing static linking on linux --- src/Conf.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') 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::Err("Project " + config.getPackageName() + " contains external static libraries, such projects are not supported when building a package"); } return parseResult; -- cgit v1.2.3