Make rpath relative
This commit is contained in:
@ -3960,7 +3960,7 @@ namespace Tesses::CrossLang {
|
|||||||
{
|
{
|
||||||
if(key == "GetPort")
|
if(key == "GetPort")
|
||||||
{
|
{
|
||||||
cse.back()->Push(gc, netStrm->GetPort());
|
cse.back()->Push(gc, (int64_t)netStrm->GetPort());
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if(key == "Bind")
|
if(key == "Bind")
|
||||||
|
|||||||
Reference in New Issue
Block a user