ソースを参照

disable "static" flag until hxcpp makes it own prefixed

Nicolas Cannasse 13 年 前
コミット
d140fc7baf
1 ファイル変更1 行追加1 行削除
  1. 1 1
      common.ml

+ 1 - 1
common.ml

@@ -390,7 +390,7 @@ let init_platform com pf =
 	let forbid acc p = if p = name || PMap.mem p acc then acc else PMap.add p Forbidden acc in
 	com.package_rules <- List.fold_left forbid com.package_rules (List.map platform_name platforms);
 	com.config <- get_config com;
-	if com.config.pf_static then define com "static";
+(*	if com.config.pf_static then define com "static"; *)
 	if com.config.pf_sys then define com "sys" else com.package_rules <- PMap.add "sys" Forbidden com.package_rules;
 	define com name