mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-11 03:33:36 +00:00
Merge pull request #1426 from YosysHQ/mmicko/fix_environ
Define environ, fixes #1424
This commit is contained in:
commit
da347b9f7e
|
@ -34,6 +34,8 @@
|
|||
#include "libs/sha1/sha1.h"
|
||||
#include "kernel/yosys.h"
|
||||
|
||||
extern char **environ;
|
||||
|
||||
YOSYS_NAMESPACE_BEGIN
|
||||
|
||||
#if defined(_WIN32)
|
||||
|
|
Loading…
Reference in a new issue