Skip to content

Commit

Permalink
Correctly reference the nif file .so path
Browse files Browse the repository at this point in the history
  • Loading branch information
kipcole9 committed Jun 23, 2021
1 parent a46a3dd commit 056672d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cldr_collation.ex
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defmodule Cldr.Collation do
"""
@on_load :init
@so_path './priv/ucol'
@so_path :code.priv_dir(:ex_cldr_collation) ++ '/ucol'

@type options :: [
{:casing, :sensitive | :insensitive}
Expand Down

0 comments on commit 056672d

Please sign in to comment.