mirror of
https://github.com/AxioDL/nod.git
synced 2025-12-08 13:14:59 +00:00
macOS build fixes
This commit is contained in:
@@ -141,8 +141,8 @@ public:
|
|||||||
inline SystemStringView sys_str() const {return m_sys;}
|
inline SystemStringView sys_str() const {return m_sys;}
|
||||||
inline const SystemChar* c_str() const {return m_sys.data();}
|
inline const SystemChar* c_str() const {return m_sys.data();}
|
||||||
};
|
};
|
||||||
#ifndef _S
|
#ifndef _SYS_STR
|
||||||
#define _S(val) val
|
#define _SYS_STR(val) val
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user