Преглед изворни кода

[hxb] generate for MFake modules too

Rudy Ges пре 2 година
родитељ
комит
84eef92b12
1 измењених фајлова са 1 додато и 1 уклоњено
  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;