Sign in
apache
/
couchdb-fast-pbkdf2
/
9a4348338fc0df9dda598b2fe55f10bfbb350049
/
.
/
rebar.config.script
blob: 7b602ec3d0aecf25310c761ed457b0a99de4c223 [
file
] [
log
] [
blame
]
Artifacts
=
case
os
:
type
()
of
{
win32
,
_
}
->
[{
artifacts
,
[
"priv/fast_pbkdf2.dll"
]}];
_
->
[{
artifacts
,
[
"priv/fast_pbkdf2.so"
]}]
end
,
CONFIG
++
Artifacts
.