Update to latest SourcePawn (#639)
This commit is contained in:
parent
fd87cb6b23
commit
8840ce905d
@ -517,7 +517,8 @@ SP = SourcePawn(
|
|||||||
root = SM,
|
root = SM,
|
||||||
amtl = os.path.join(builder.sourcePath, 'public', 'amtl'),
|
amtl = os.path.join(builder.sourcePath, 'public', 'amtl'),
|
||||||
)
|
)
|
||||||
SP.BuildCore()
|
SP.BuildSpcomp()
|
||||||
|
SP.BuildVM()
|
||||||
SM.spcomp = SP.spcomp
|
SM.spcomp = SP.spcomp
|
||||||
SM.binaries += [
|
SM.binaries += [
|
||||||
SP.libsourcepawn
|
SP.libsourcepawn
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit d584d55f2ad60b58070134fd1645cda27e8cf232
|
Subproject commit ea67e929f5bd127ec60331a7ba17d9f1d8d7ab0d
|
Loading…
Reference in New Issue
Block a user