| Index: build/mac/asan.gyp
|
| diff --git a/build/mac/asan.gyp b/build/mac/asan.gyp
|
| index 91a36d2d4d9f667c53b82a656931e72b2f63985e..fabe91023a1941643d5ba0ed6f48a7b31c9aa3e4 100644
|
| --- a/build/mac/asan.gyp
|
| +++ b/build/mac/asan.gyp
|
| @@ -37,8 +37,12 @@
|
| {
|
| 'destination': '<(PRODUCT_DIR)',
|
| 'target_conditions': [
|
| - ['_toolset=="host"', { 'files': [ 'asan_osx_dynamic'] }],
|
| - ['_toolset=="target"', { 'files': [ 'asan_iossim_dynamic'] }],
|
| + ['_toolset=="host"', {
|
| + 'files': [ '<!(/bin/ls <(asan_osx_dynamic))'],
|
| + }],
|
| + ['_toolset=="target"', {
|
| + 'files': [ '<!(/bin/ls <(asan_iossim_dynamic))'],
|
| + }],
|
| ],
|
| },
|
| ],
|
|
|