From b39bafd7417119c85026b6d4ba417497ed2b225f Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 16 Feb 2020 05:02:18 +0100 Subject: Document $out directory --- src/Conf.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') diff --git a/src/Conf.cpp b/src/Conf.cpp index eb66b6d..27071a3 100644 --- a/src/Conf.cpp +++ b/src/Conf.cpp @@ -552,10 +552,6 @@ namespace sibs replaceAll(exposeIncludeDir, "$out", outDir); } - for(std::string &ignoreDir : config.ignoreDirs) { - replaceAll(ignoreDir, "$out", outDir); - } - return parseResult; } -- cgit v1.2.3