SisMaker преди 11 месеца
родител
ревизия
be5bbfcf11
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. +2
    -2
      src/npRCompiler.erl

+ 2
- 2
src/npRCompiler.erl Целия файл

@ -619,11 +619,11 @@ targetType_1("") -> exe;
targetType_1(".exe") -> exe.
erlInterfaceDir(Subdir) ->
case code:lib_dir(erl_interface, Subdir) of
case code:lib_dir(erl_interface) of
{error, bad_name} ->
throw({error, {erl_interface, Subdir, "code:lib_dir(erl_interface)"
"is unable to find the erl_interface library."}});
Dir -> Dir
Dir -> filename:join(Dir, Subdir)
end.
defaultEnv() ->

Зареждане…
Отказ
Запис