Explorar el Código

[hxb] generate for MFake modules too

Rudy Ges hace 2 años
padre
commit
84eef92b12
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/compiler/generate.ml

+ 1 - 1
src/compiler/generate.ml

@@ -23,7 +23,7 @@ let check_auxiliary_output com actx =
 
 let export_hxb root m =
 	match m.m_extra.m_kind with
-		| MCode | MMacro -> begin
+		| MCode | MMacro | MFake -> begin
 			let anon_identification = new tanon_identification ([],"") in
 			let writer = new HxbWriter.hxb_writer anon_identification in
 			writer#write_module m;