blob: 7b602ec3d0aecf25310c761ed457b0a99de4c223 [file] [log] [blame]
Artifacts = case os:type() of
{win32, _} ->
[{artifacts, ["priv/fast_pbkdf2.dll"]}];
_ ->
[{artifacts, ["priv/fast_pbkdf2.so"]}]
end,
CONFIG ++ Artifacts.