Update systemconsts.h for MacOS (#115)
by RigoLigo, 不过他似乎一直没时间提交, 我就代为提交一下吧...mac的定义中缺少一个consolepauser的常量定义
This commit is contained in:
parent
7e3ee41546
commit
f106ca62f7
|
@ -56,6 +56,7 @@
|
|||
#define LLDB_MI_PROGRAM "lldb-mi"
|
||||
#define LLDB_SERVER_PROGRAM "lldb-server"
|
||||
#elif defined(Q_OS_MACOS)
|
||||
#define CONSOLE_PAUSER "consolepauser"
|
||||
#define ASSEMBLER "nasm"
|
||||
#define GCC_PROGRAM "gcc"
|
||||
#define GPP_PROGRAM "g++"
|
||||
|
|
Loading…
Reference in New Issue