microsoft / CLRInstrumentationEngine

The CLR Instrumentation Engine is a cooperation profiler that allows running multiple profiling extensions in the same process.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MacOS build fails with "use of undeclared identifier 'environ'"

WilliamXieMSFT opened this issue · comments

From https://github.com/microsoft/CLRInstrumentationEngine/pull/439/checks?check_run_id=3735853600

/Users/runner/work/CLRInstrumentationEngine/CLRInstrumentationEngine/src/InstrumentationEngine.Lib/ConfigurationLocator.cpp:76:24: error: use of undeclared identifier 'environ' [Semantic Issue]
for (auto it = environ; *it != nullptr; ++it) {