提交 9a829527 编写于 作者: B Bernard Xiong

[Tools] fix kconfig-frontends compiling issue under mac

上级 7bc87e4a
......@@ -4,7 +4,9 @@ env = Environment()
env['CPPPATH'] = ['libs/parser', 'libs']
env['CPPDEFINES'] = ['CURSES_LOC=\\"ncurses.h\\"', 'HAVE_CONFIG_H',
'ROOTMENU=\\"Configuration\\"',
'CONFIG_=\\"CONFIG_\\"', 'GPERF_LEN_TYPE=uint']
'CONFIG_=\\"CONFIG_\\"',
'KBUILD_NO_NLS',
'GPERF_LEN_TYPE=unsigned int']
env['LIBS'] = ['ncurses']
src = Split('''
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册