Skip to content

Commit

Permalink
Merge pull request erlang#97 from pinotree/hurd
Browse files Browse the repository at this point in the history
Generate compile_flags.hrl also on GNU/Hurd
  • Loading branch information
kostis committed May 1, 2015
2 parents caacd26 + 09f9f82 commit b0e75bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
warn_obsolete_guard, warn_unused_import,
warn_missing_spec, warn_untyped_record]}.

{pre_hooks, [{"(linux|darwin|solaris)", compile, "make include/compile_flags.hrl"},
{pre_hooks, [{"(linux|darwin|solaris|gnu)", compile, "make include/compile_flags.hrl"},
{"(freebsd|netbsd|openbsd)", compile, "gmake include/compile_flags.hrl"},
{"win32", compile, "escript.exe write_compile_flags include/compile_flags.hrl"}]}.
{post_hooks, [{clean, "./clean_doc.sh"}]}.

0 comments on commit b0e75bc

Please sign in to comment.