Fix windows slash in rebar.config
This commit is contained in:
parent
5729500223
commit
f7b865e329
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@
|
||||||
|
|
||||||
{pre_hooks,[
|
{pre_hooks,[
|
||||||
{"linux|bsd|darwin|solaris", compile, "priv/ibuild.escript"},
|
{"linux|bsd|darwin|solaris", compile, "priv/ibuild.escript"},
|
||||||
{"win32", compile, "escript.exe priv/ibuild.escript"}
|
{"win32", compile, "escript.exe priv\\ibuild.escript"}
|
||||||
]}.
|
]}.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue