Make the yasm copy target be type 'none' rather than type 'executable'
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2182873005 Review-Url: https://codereview.chromium.org/2182873005
This commit is contained in:
parent
d6562000ef
commit
81ce4a9c55
@ -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',
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user