Make rpath relative

This commit is contained in:
2025-05-30 22:53:21 -05:00
parent 5403a09337
commit 76be268ffa

View File

@ -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")