You've already forked M5Stack_Linux_Libs
mirror of
https://github.com/m5stack/M5Stack_Linux_Libs.git
synced 2026-05-20 11:01:38 -07:00
[update] commpile add sconsign.dblite path
This commit is contained in:
@@ -187,7 +187,8 @@ def build_task_init():
|
||||
except:
|
||||
print('Error in parsing the {}'.format(GLOBAL_CONFIG_MK_FILE))
|
||||
exit(-1)
|
||||
|
||||
|
||||
SConsignFile('build/sconsign.dblite')
|
||||
env = Environment(tools=['gcc', 'g++', 'gnulink', 'ar', 'gas', 'as'])
|
||||
env['GCCPREFIX'] = ''
|
||||
env['GCCSUFFIX'] = ''
|
||||
|
||||
Reference in New Issue
Block a user