Extend function calling API for natives and allow catching exceptions.

Change sourcepawn url.
This commit is contained in:
BotoX
2024-06-09 17:34:33 +02:00
committed by zaCade
parent b31375f087
commit 19019d3a4b
6 changed files with 494 additions and 5 deletions
+2 -1
View File
@@ -16,7 +16,7 @@ for cxx in builder.targets:
'SM_DEFAULT_THREADER',
'SM_LOGIC'
]
if binary.compiler.target.platform == 'linux':
binary.compiler.postlink += ['-lpthread', '-lrt']
elif binary.compiler.target.platform == 'mac':
@@ -86,6 +86,7 @@ for cxx in builder.targets:
'DatabaseConfBuilder.cpp',
'LumpManager.cpp',
'smn_entitylump.cpp',
'NativeInvoker.cpp',
]
if binary.compiler.target.arch == 'x86_64':