mirror of https://github.com/axmolengine/axmol.git
Merge pull request #9385 from samuele3hu/v3_cocostudio
Remove useless copy about luasocket on the android platform
This commit is contained in:
commit
73ece5ad09
|
@ -13,13 +13,6 @@
|
|||
{
|
||||
"from": "../../../res",
|
||||
"to": "res"
|
||||
},
|
||||
{
|
||||
"from": "../../cocos2d-x/external/lua/luasocket",
|
||||
"to": "src",
|
||||
"include": [
|
||||
"*.lua"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -16,13 +16,6 @@
|
|||
{
|
||||
"from": "../../../../cocos/scripting/lua-bindings/script/",
|
||||
"to": "src/cocos"
|
||||
},
|
||||
{
|
||||
"from": "../../../../external/lua/luasocket",
|
||||
"to": "",
|
||||
"include": [
|
||||
"*.lua"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -23,14 +23,6 @@
|
|||
{
|
||||
"from": "../../../../cocos/scripting/lua-bindings/script/",
|
||||
"to": "src/cocos"
|
||||
},
|
||||
|
||||
{
|
||||
"from": "../../../../external/lua/luasocket",
|
||||
"to": "",
|
||||
"include": [
|
||||
"*.lua"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue