Update SourcePawn.
This commit is contained in:
parent
96ae65a96c
commit
01203a5a44
@ -41,6 +41,8 @@ for sdk_name in SM.sdks:
|
|||||||
for cxx in builder.targets:
|
for cxx in builder.targets:
|
||||||
if not cxx.target.arch in sdk.platformSpec[cxx.target.platform]:
|
if not cxx.target.arch in sdk.platformSpec[cxx.target.platform]:
|
||||||
continue
|
continue
|
||||||
|
if sdk_name == 'mock':
|
||||||
|
continue
|
||||||
|
|
||||||
binary = SM.HL2ExtConfig(project, builder, cxx, 'sdktools.ext.' + sdk.ext, sdk)
|
binary = SM.HL2ExtConfig(project, builder, cxx, 'sdktools.ext.' + sdk.ext, sdk)
|
||||||
binary.compiler.cxxincludes += [
|
binary.compiler.cxxincludes += [
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit b4627dd53adedd0871aceabce25a946a14a67972
|
Subproject commit fb8a4edaeaeea97b1c07f42b8a8ba97ce2c614cd
|
@ -1 +1 @@
|
|||||||
Subproject commit 51ccc088b0b50938bbe3bd575b9d2880fa860bbe
|
Subproject commit 02ea136cb303b8feef6e95b3d5572fd0493df02e
|
Loading…
Reference in New Issue
Block a user