Mark Sibly vor 7 Jahren
Ursprung
Commit
584d52a4fe
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      src/mx2cc/parser.monkey2

+ 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