Przeglądaj źródła

Specify the escript executable for hooks

Windows appears to not enjoy relative path names for exectuables so
hopefully this fixes things there.

Fixes #83
pull/77/merge
Paul J. Davis 8 lat temu
rodzic
commit
a13b9e1ec9
1 zmienionych plików z 2 dodań i 2 usunięć
  1. +2
    -2
      rebar.config

+ 2
- 2
rebar.config Wyświetl plik

@ -36,5 +36,5 @@
verbose
]}.
{pre_hooks, [{"", compile, "./enc compile"}]}.
{post_hooks, [{"", clean, "./enc clean"}]}.
{pre_hooks, [{"", compile, "escript enc compile"}]}.
{post_hooks, [{"", clean, "escript enc clean"}]}.

Ładowanie…
Anuluj
Zapisz