forked from UNLOZE/sm-plugins
fix compiling with latest sourcemod
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ if __name__ == "__main__":
|
||||
OutDir = "plugins"
|
||||
OutPath = os.path.join(OutDir, os.path.splitext(os.path.basename(SourcePath))[0] + ".smx")
|
||||
|
||||
Compiler = [SPCOMP, "-i" + SM_INCLUDES]
|
||||
Compiler = [SPCOMP, "-i" + SM_INCLUDES, "-i" + "include"]
|
||||
if os.path.isdir(IncludePath):
|
||||
Compiler.append("-i" + IncludePath)
|
||||
Compiler.append(SourcePath)
|
||||
|
||||
Reference in New Issue
Block a user