aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2013-05-13 15:55:46 +1000
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2013-05-13 15:55:46 +1000
commit08774b1b5a38dacbedc24148f4f03616055e0036 (patch)
treed013c63bad10565f8c4f6d08ee339c2099daf415
parentCall all logging functions via single module (diff)
Pass --enable-flash-hack flag to "xml" app
-rw-r--r--rebar.config.script2
1 files changed, 2 insertions, 0 deletions
diff --git a/rebar.config.script b/rebar.config.script
index d8280ab59..82727a5b2 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -72,6 +72,8 @@ XMLFlags = lists:foldl(
Acc ++ " --enable-nif";
({full_xml, true}, Acc) ->
Acc ++ " --enable-full-xml";
+ ({flash_hack, true}, Acc) ->
+ Acc ++ " --enable-flash-hack";
(_, Acc) ->
Acc
end, "", Cfg),