mirror of
https://onedev.site.tesses.net/crosslang
synced 2026-02-09 01:25:45 +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