diff options
author | dec05eba <dec05eba@protonmail.com> | 2018-10-02 13:31:14 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-07-06 07:39:33 +0200 |
commit | 1ffa0d60b0f253506a4e1e335f98c71bba3b866d (patch) | |
tree | d1a908d11900f43340bf3157972885545b7587b3 /src | |
parent | 0730f0379df326d8fd0ef71793ec90cf4a020119 (diff) |
Testing static linking on linux
Diffstat (limited to 'src')
-rw-r--r-- | src/Conf.cpp | 3 |
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; |