| Index: tests/ppapi_example_font/nacl.scons
|
| ===================================================================
|
| --- tests/ppapi_example_font/nacl.scons (revision 5777)
|
| +++ tests/ppapi_example_font/nacl.scons (working copy)
|
| @@ -14,7 +14,7 @@
|
| env.FilterOut(CCFLAGS=['-Werror', '-pedantic'])
|
| env.Append(CCFLAGS=['-Wformat=0'])
|
|
|
| -nexe_name = 'ppapi_example_font_%s.nexe' % env.get('TARGET_FULLARCH')
|
| +nexe_name = 'ppapi_example_font_${TARGET_FULLARCH}'
|
| nexe = env.ComponentProgram(
|
| nexe_name,
|
| ['$SOURCE_ROOT/ppapi/examples/font/simple_font.cc'],
|
|
|