| Index: Source/build/ConvertFileToHeaderWithCharacterArray.gypi
|
| diff --git a/Source/build/ConvertFileToHeaderWithCharacterArray.gypi b/Source/build/ConvertFileToHeaderWithCharacterArray.gypi
|
| index cfcb91b7294b691a3b9ebc8a09573be7adff397f..7610e22e874a234c08725fe641c8898837583699 100644
|
| --- a/Source/build/ConvertFileToHeaderWithCharacterArray.gypi
|
| +++ b/Source/build/ConvertFileToHeaderWithCharacterArray.gypi
|
| @@ -43,13 +43,13 @@
|
| {
|
| 'action_name': 'ConvertFileToHeaderWithCharacterArray',
|
| 'inputs': [
|
| - '../build/scripts/xxd.pl',
|
| + '../build/scripts/xxd.py',
|
| '<(input_file_path)',
|
| ],
|
| 'outputs': [ '<@(output_file_path)', ],
|
| 'action': [
|
| - '<(perl_exe)',
|
| - '../build/scripts/xxd.pl',
|
| + 'python',
|
| + '../build/scripts/xxd.py',
|
| '<(character_array_name)',
|
| '<(input_file_path)',
|
| '<@(_outputs)'
|
|
|