Skip to content

Commit

Permalink
Generate compile_flags.hrl also on GNU/Hurd
Browse files Browse the repository at this point in the history
It is a Unix platform using GNU make, so PropEr can be built there too.
  • Loading branch information
pinotree committed Apr 30, 2015
1 parent caacd26 commit 09f9f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebar.config
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 09f9f82

Please sign in to comment.