6 lines
68 B
Python
6 lines
68 B
Python
export_variables = {
|
|
'CC': 'gcc',
|
|
'CXX': 'g++',
|
|
'AR': 'ar',
|
|
}
|