mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 00:11:07 -06:00
[OSX] Fixed undefined symbol when linking CMakeLib into shared library
This commit is contained in:
@@ -104,6 +104,9 @@ public:
|
||||
private:
|
||||
HANDLE handle_;
|
||||
};
|
||||
#elif defined(__APPLE__)
|
||||
#include <crt_externs.h>
|
||||
#define environ (*_NSGetEnviron())
|
||||
#endif
|
||||
|
||||
bool cmSystemTools::s_RunCommandHideConsole = false;
|
||||
|
||||
Reference in New Issue
Block a user