| Index: gyp/libjpeg-turbo.gyp
|
| diff --git a/gyp/libjpeg-turbo.gyp b/gyp/libjpeg-turbo.gyp
|
| index 08c0da1f0b36da4d4e70ff1edb73d5e98da808ce..679d2d621cc2549bd60e2eb07cf56bf18a3fb501 100644
|
| --- a/gyp/libjpeg-turbo.gyp
|
| +++ b/gyp/libjpeg-turbo.gyp
|
| @@ -19,7 +19,7 @@
|
| 'targets': [
|
| {
|
| 'target_name': 'yasm-win',
|
| - 'type': 'executable',
|
| + 'type': 'none',
|
| 'sources': [
|
| '../third_party/externals/yasm/binaries/win/yasm.exe',
|
| ],
|
| @@ -30,7 +30,7 @@
|
| },
|
| {
|
| 'target_name': 'yasm-android',
|
| - 'type': 'executable',
|
| + 'type': 'none',
|
| 'sources': [
|
| '../third_party/yasm/android/yasm-android',
|
| ],
|
|
|