Skip to content

Commit

Permalink
Update test.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
vgvassilev authored Mar 20, 2024
1 parent 4faa04b commit 0a68f73
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions recipe/test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ void* createInterpreter(const char* CxxCompiler, const Args &ExtraArgs = {}) {
ClangArgs.push_back(resource_dir);
}
std::vector<std::string> 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)) {
Expand Down

0 comments on commit 0a68f73

Please sign in to comment.