mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-25 01:55:33 +00:00
Builds on Mac 10.9.2 with LLVM 3.5.
This commit is contained in:
parent
84ffe04075
commit
de8adb8ec5
2 changed files with 8 additions and 0 deletions
|
@ -32,7 +32,12 @@
|
|||
|
||||
#include <sstream>
|
||||
#include <stdarg.h>
|
||||
|
||||
#if defined(__APPLE__)
|
||||
#include <cmath>
|
||||
#else
|
||||
#include <math.h>
|
||||
#endif
|
||||
|
||||
YOSYS_NAMESPACE_BEGIN
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue