Browse Source

minor : force all packages forbid for cross platform

Nicolas Cannasse 16 năm trước cách đây
mục cha
commit
6b8c272d41
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      main.ml

+ 1 - 0
main.ml

@@ -410,6 +410,7 @@ try
 	let ext = (match com.platform with
 		| Cross ->
 			(* no platform selected *)
+			set_platform Cross "cross" "";
 			no_output := true; ""
 		| Flash | Flash9 ->
 			Common.define com ("flash" ^ string_of_int com.flash_version);