mirror of https://github.com/KLayout/klayout.git
MacOS build fix.
This commit is contained in:
parent
19df2e06d9
commit
4dbe28e9fa
|
|
@ -74,7 +74,7 @@ namespace DB_HASH_NAMESPACE
|
|||
};
|
||||
#endif
|
||||
|
||||
#if defined(_WIN64)
|
||||
#if defined(_WIN64) || defined(__APPLE__)
|
||||
/**
|
||||
* @brief Specialization missing for long long on WIN64
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue