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