mirror of
https://git.tesses.org/tesses50/crosslang.git
synced 2026-06-01 18:25:32 +00:00
Make rpath relative
This commit is contained in:
@@ -3960,7 +3960,7 @@ namespace Tesses::CrossLang {
|
||||
{
|
||||
if(key == "GetPort")
|
||||
{
|
||||
cse.back()->Push(gc, netStrm->GetPort());
|
||||
cse.back()->Push(gc, (int64_t)netStrm->GetPort());
|
||||
return false;
|
||||
}
|
||||
if(key == "Bind")
|
||||
|
||||
Reference in New Issue
Block a user