diff --git a/recipe/test.cpp b/recipe/test.cpp index 178bb42..9bee626 100644 --- a/recipe/test.cpp +++ b/recipe/test.cpp @@ -31,10 +31,6 @@ void* createInterpreter(const char* CxxCompiler, const Args &ExtraArgs = {}) { ClangArgs.push_back(resource_dir); } std::vector CxxSystemIncludes; - // Oddly, conda supports "pseudo cross-compilation" and gives us the compiler - // include paths relative to the compiler binary. Now we need to find out - // where that binary is... - const char* Prefix = CONDA_PREFIX; Cpp::DetectSystemCompilerIncludePaths(CxxSystemIncludes, CxxCompiler); for (std::string CxxInclude : CxxSystemIncludes) { if (!file_exists(CxxInclude)) {