2
0
Mark Sibly 7 жил өмнө
parent
commit
584d52a4fe

+ 2 - 2
src/mx2cc/parser.monkey2

@@ -24,8 +24,8 @@ Class Parser
 		
 		If Builder.opts.geninfo
 			Local dir:=ExtractDir( srcPath )
-			Local name:=StripExt( StripDir( srcPath ) )
-			local path:=dir+".mx2/"+name+".monkey2"
+			Local name:=StripDir( srcPath )
+			local path:=dir+".mx2/"+name
 			If GetFileType( path )=FileType.File srcPath=path
 		Endif