Files
ce_cdm/platforms/x86-64/environment.py
Joey Parrish 0546ee6732 Source release v3.0.0-0-g8d3792b-ce + third_party
Change-Id: I399e71ddfffcd436171d1c60283c63ab4658e0b1
2015-06-19 15:13:49 -07:00

6 lines
68 B
Python

export_variables = {
'CC': 'gcc',
'CXX': 'g++',
'AR': 'ar',
}