Просмотр исходного кода

Add a requirement for a space-free path

Loïc Hoguin 11 лет назад
Родитель
Сommit
3d44f83ebb
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -14,6 +14,9 @@ unix environment with Erlang installed and in the `$PATH`.
 `erlang.mk` uses `wget` for downloading the package index file
 when the `pkg://` scheme is used.
 
+`erlang.mk` will NOT work if the path contains spaces. This is a
+limitation of POSIX compatible make build tools.
+
 Usage
 -----