调试依赖文件诺位置
parent
f5335788dd
commit
4455aaa25c
Binary file not shown.
|
|
@ -40,7 +40,7 @@ function Main()
|
||||||
|
|
||||||
if true then
|
if true then
|
||||||
local suc = pcall(function()
|
local suc = pcall(function()
|
||||||
local path = Application.streamingAssetsPath .. "/../../../lua_probject"
|
local path = Application.streamingAssetsPath .. "/../../.."
|
||||||
package.cpath = package.cpath .. ";" .. path .. "/?.dll"
|
package.cpath = package.cpath .. ";" .. path .. "/?.dll"
|
||||||
local dbg = require("emmy_core")
|
local dbg = require("emmy_core")
|
||||||
dbg.tcpConnect('localhost', 9966)
|
dbg.tcpConnect('localhost', 9966)
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue