Fix build.
This commit is contained in:
parent
d846d91b0b
commit
7fc993e079
@ -499,17 +499,16 @@ if SM.use_auto_versioning():
|
||||
)
|
||||
|
||||
# Build SourcePawn externally.
|
||||
with builder.Context('sourcepawn') as context:
|
||||
SourcePawn = builder.RunScript('sourcepawn/AMBuildScript', {})
|
||||
SP = SourcePawn(
|
||||
root = SM,
|
||||
amtl = os.path.join(builder.sourcePath, 'public', 'amtl'),
|
||||
)
|
||||
SP.BuildCore()
|
||||
SM.spcomp = SP.spcomp
|
||||
SM.binaries += [
|
||||
SP.libsourcepawn
|
||||
]
|
||||
SourcePawn = builder.RunScript('sourcepawn/AMBuildScript', {})
|
||||
SP = SourcePawn(
|
||||
root = SM,
|
||||
amtl = os.path.join(builder.sourcePath, 'public', 'amtl'),
|
||||
)
|
||||
SP.BuildCore()
|
||||
SM.spcomp = SP.spcomp
|
||||
SM.binaries += [
|
||||
SP.libsourcepawn
|
||||
]
|
||||
|
||||
BuildScripts = [
|
||||
'loader/AMBuilder',
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 1b3062875df9121a3fd553673b1a6c6c412d9b08
|
||||
Subproject commit 2b969103ff4dff74da3a0155e0ed187ea2d8667f
|
Loading…
Reference in New Issue
Block a user