add config for github compile
This commit is contained in:
parent
51dbf067ea
commit
9ef02f1e0a
@ -22,6 +22,10 @@ if __name__ == '__main__':
|
||||
sys.argv.remove('--output')
|
||||
sys.argv.remove(compiler.output_path)
|
||||
|
||||
# 检测 --github 参数
|
||||
if '--github' in sys.argv:
|
||||
compiler.use_ccache = False
|
||||
|
||||
print(compiler.output_path)
|
||||
|
||||
print(compiler)
|
||||
|
Loading…
Reference in New Issue
Block a user