Merge branch 'master' of https://github.com/alliedmodders/sourcemod
This commit is contained in:
		
						commit
						fa1d4ec5d6
					
				@ -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