Make sure there is only one .gyp file in the tarball (#901)
This commit is contained in:
parent
72329865ec
commit
9e70a493e9
|
@ -5,7 +5,7 @@
|
|||
},
|
||||
"includes": [
|
||||
"target_defaults.gypi",
|
||||
"realm.gyp"
|
||||
"realm.gypi"
|
||||
],
|
||||
"targets": [
|
||||
{
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
"tests",
|
||||
"vendor",
|
||||
"binding.gyp",
|
||||
"realm.gyp",
|
||||
"realm.gypi",
|
||||
"target_defaults.gypi",
|
||||
"dependencies.list"
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue